update
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user