This commit is contained in:
2024-08-05 10:58:57 -03:00
parent ab6f27524d
commit 2353362c04
11 changed files with 649 additions and 231 deletions

View File

@@ -7,10 +7,14 @@ services:
dockerfile: Dockerfile
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
- ./data:/data
environment:
- FLASK_ENV=development
- PUID=1000
- PGID=1000
- TRAEFIK_API_URL=http://norman.lan/api/http/routers
- USER_CONFIG_FILE=/data/config.yml
#- USER_COLORS_FILE=/data/accent.yml
networks:
- web
labels:
@@ -43,6 +47,7 @@ services:
- "traefik-frontend.groups.Security.priority=6"
- "traefik-frontend.groups.Security.icon=fas fa-lock"
- "traefik-frontend.title=GEDERICO'S HOME"
- "traefik-frontend.entrypoint=https"
networks:
web: