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