Update Dashboard_Containers/flame/compose.yaml

This commit is contained in:
2026-05-25 20:33:15 +00:00
parent 5e35b21b54
commit dbd5091495
-4
View File
@@ -22,7 +22,6 @@ services:
volumes:
- /srv/docker/flame:/app/data
- /srv/docker/docker-shim-sock:/var/run:ro # shim socket
#- /var/run/docker.sock:/var/run/docker.sock # optional but required for Docker integration
environment:
PASSWORD: ${PASSWORD}
DOCKER_HOST: tcp://socket-proxy:2375 # route through proxy
@@ -34,9 +33,6 @@ services:
labels:
### Enable Traefik
- traefik.enable=true
### For HTTP
#- traefik.http.routers.${SERVICE_NAME}.rule=Host(`${SERVICE_NAME}.${DOMAIN_NAME}`)
#- traefik.http.routers.${SERVICE_NAME}.entrypoints=web
### For HTTPS
- traefik.http.routers.${SERVICE_NAME}-https.tls=true
- traefik.http.routers.${SERVICE_NAME}-https.tls.certresolver=cloudflare