J4nis05 / docker-config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-config


  • Backup of my Docker Compose Files.
  • Documentation of the Service Stacks is located in the Docs.
  • Tasks are in TODO

Stacks

Arr (arr)

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

  • Minecraft Vanilla
  • Satisfactory 1
  • Satisfactory 2
  • Satisfactory 3

Git (gitea)

Mail (mail)

Matrix (matrix)

Nextcloud (nextcloud)

Personal Websites (web)

Pingvin Share (pingvin)

Portainer (portainer)

Services (services)

Teamspeak 5 Server (ts5)

  • [ ]

Tools (tools)

Vaultwarden (vaultwarden)

Table View

No Name Link
01 arr Docker Compose
02 gitea Docker Compose
03 mail Docker Compose
04 matrix Docker Compose
05 mc-vanilla Docker Compose
06 nextcloud Docker Compose
07 pingvin Docker Compose
08 portainer Docker Compose
09 satisfactory-1 Docker Compose
10 satisfactory-2 Docker Compose
11 satisfactory-3 Docker Compose
12 services Docker Compose
13 tools Docker Compose
13 ts5 Docker Compose
14 vaultwarden Docker Compose
15 web Docker Compose

Compose

Structure and order of elements in a Compose file

version: "3.8"
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

License:Other


Languages

Language:TypeScript 35.6%Language:HTML 25.5%Language:CSS 20.6%Language:Python 6.3%Language:Shell 4.3%Language:Dockerfile 3.4%Language:JavaScript 2.7%Language:C# 1.6%