clean commit

This commit is contained in:
L4RM4ND
2023-02-15 22:45:31 +01:00
commit 09fbf06719
159 changed files with 3822 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
version: '3.3'
services:
example:
image: user/image:tag
container_name: example-container-name
restart: unless-stopped
#ports:
# - 8080:2368
volumes:
- /mnt/docker-volumes/example:/example
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Berlin
networks:
- proxy
#labels:
# - traefik.enable=true
# - traefik.http.routers.CHANGEME.rule=Host(`service.example.com`)
# - traefik.http.services.CHANGEME.loadbalancer.server.port=8080
# - traefik.docker.network=proxy
# # Part for local lan services only; disable to expose externally
# - traefik.http.routers.CHANGEME.middlewares=local-ipwhitelist@file
networks:
proxy:
external: true