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