change traefik domain

This commit is contained in:
Pim Kunis 2023-07-07 12:46:01 +02:00
parent ee9c6536a4
commit f9cdcfc760

View file

@ -33,7 +33,7 @@ services:
labels:
- traefik.enable=true
- traefik.http.routers.dashboard.entrypoints=localsecure
- traefik.http.routers.dashboard.rule=Host(`traefik.pim.kunis.nl`)
- traefik.http.routers.dashboard.rule=Host(`traefik.kun.is`)
- traefik.http.routers.dashboard.service=api@internal
- traefik.http.services.dashboard.loadbalancer.server.port=8080
- traefik.http.routers.dashboard.tls=true