Actualiser configs/dynamic/dashboard.yml

This commit is contained in:
Hubert Cornet 2024-03-12 21:23:50 +01:00
parent 8ec227710b
commit 267a968270

View File

@ -3,7 +3,7 @@ http:
traefik:
rule: Host(`dashboard.tips-of-mine.local`)
entryPoints:
- websecure
- https
service: api@internal
middlewares:
- dashboardauth
@ -12,7 +12,7 @@ http:
traefik-http-redirect:
rule: Host(`dashboard.tips-of-mine.local`)
entryPoints:
- web
- http
service: api@internal
middlewares:
- "redirect-to-https"