Actualiser configs/dynamic/dashboard.yml

This commit is contained in:
Hubert Cornet 2024-03-16 19:08:18 +01:00
parent 73f1cbe92f
commit 1ba2f15850

View File

@ -1,7 +1,7 @@
http:
routers:
traefik:
rule: Host(`dashboard.tips-of-mine.local`)
rule: Host(`dashboard.10.0.4.29.traefik.me`)
entryPoints:
- https
service: api@internal
@ -10,7 +10,7 @@ http:
tls:
certResolver: letsencrypt
traefik-http-redirect:
rule: Host(`dashboard.tips-of-mine.local`)
rule: Host(`dashboard.10.0.4.29.traefik.me`)
entryPoints:
- http
service: api@internal