Actualizar docker-compose.yaml

This commit is contained in:
2025-12-01 10:16:57 +01:00
parent 9dd4b54b37
commit f4937238bb

View File

@@ -18,7 +18,7 @@ services:
labels:
- "traefik.enable=true"
# Dashboard seguro por dominio
- "traefik.http.routers.traefik.rule=Host(`traefik.tudominio.com`)"
- "traefik.http.routers.traefik.rule=Host(`${TRAEFIK_DASHBOARD_DOMAIN}`)"
- "traefik.http.routers.traefik.entrypoints=websecure"
- "traefik.http.routers.traefik.tls=true"
- "traefik.http.routers.traefik.tls.certresolver=letsencrypt"