Skip to content

Latest commit

 

History

History
132 lines (93 loc) · 4.25 KB

README.md

File metadata and controls

132 lines (93 loc) · 4.25 KB

docker-config


  • Backup of my Docker Compose Files.

Stacks

Archive

  • TBD

Arr (arr)

Games (mc-vanilla, mc-atm9, satisfactory-1/3)

  • Minecraft Vanilla
  • Minecraft All The Mods 9
  • Satisfactory 1
  • Satisfactory 2
  • Satisfactory 3

Git (gitea)

Matrix (matrix)

Nextcloud (nextcloud)

Personal Websites (web)

Pingvin Share (pingvin)

Portainer (portainer)

Services (services)

Tools (tools)

Vaultwarden (vaultwarden)

Wiki (otterwiki)

Table View

No Name Link
01 archive TBD
02 arr Docker Compose
03 gitea Docker Compose
04 matrix Docker Compose
05 mc-atm9 Docker Compose
06 mc-vanilla Docker Compose
07 nextcloud Docker Compose
08 otterwiki Docker Compose
09 pingvin Docker Compose
10 portainer Docker Compose
11 satisfactory-1 Docker Compose
12 satisfactory-2 Docker Compose
13 satisfactory-3 Docker Compose
14 services Docker Compose
15 terraria-nuke Docker Compose
16 tools Docker Compose
17 vaultwarden Docker Compose
18 web Docker Compose

Compose

Structure and order of elements in a Compose file

name: ""


services:
  example:
    image: 
    container_name: 
    restart: always
    depends_on:
      - 
    ports:
      - 
    volumes:
      - 
    environment:
      - 
    # Any Additional Instructions at the End
    # Single newline between services


networks:
  default:
    external: true
    name: proxynet