no traefik dashboard in prodution

This commit is contained in:
gw3000 2023-07-12 16:35:20 +02:00
parent 8c6066176b
commit 2ad9c177ea

View file

@ -42,7 +42,7 @@ services:
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.routers.dashboard.rule=Host(`dashboard-fbf.nabu-jena.de`)" - "traefik.http.routers.dashboard.rule=Host(`dashboard-fbf.nabu-jena.de`)"
- "traefik.http.routers.dashboard.tls=true" - "traefik.http.routers.dashboard.tls=false"
- "traefik.http.routers.dashboard.tls.certresolver=letsencrypt" - "traefik.http.routers.dashboard.tls.certresolver=letsencrypt"
- "traefik.http.routers.dashboard.service=api@internal" - "traefik.http.routers.dashboard.service=api@internal"
- "traefik.http.routers.dashboard.middlewares=auth" - "traefik.http.routers.dashboard.middlewares=auth"