change traefik dashboard service name

This commit is contained in:
Pim Kunis 2023-07-07 12:24:59 +02:00
parent 38ca4c27db
commit ee9c6536a4

View file

@ -35,7 +35,7 @@ services:
- traefik.http.routers.dashboard.entrypoints=localsecure - traefik.http.routers.dashboard.entrypoints=localsecure
- traefik.http.routers.dashboard.rule=Host(`traefik.pim.kunis.nl`) - traefik.http.routers.dashboard.rule=Host(`traefik.pim.kunis.nl`)
- traefik.http.routers.dashboard.service=api@internal - traefik.http.routers.dashboard.service=api@internal
- traefik.http.services.dummy-svc.loadbalancer.server.port=8080 - traefik.http.services.dashboard.loadbalancer.server.port=8080
- traefik.http.routers.dashboard.tls=true - traefik.http.routers.dashboard.tls=true
- traefik.http.routers.dashboard.tls.certresolver=letsencrypt - traefik.http.routers.dashboard.tls.certresolver=letsencrypt
- traefik.docker.network=traefik - traefik.docker.network=traefik