Skip to content

J4nis05/docker-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published