fix(db): add missing hostname for influx access in traefik

This commit is contained in:
2026-04-16 08:52:33 +02:00
parent 1c94217232
commit 3c0039c3a7
+1 -1
View File
@@ -11,7 +11,7 @@ http:
# ClientSecret: "" # ClientSecret: ""
routers: routers:
pi-db: pi-db:
rule: "Host(``)" rule: "Host(`ui.e.kb28.ch`)"
entryPoints: entryPoints:
- websecure - websecure
service: pi-db service: pi-db