fix: update custom request header for betterbahn service to use localhost

This commit is contained in:
Philip Henning 2025-08-31 16:10:55 +02:00
parent e9d4569553
commit 650e852581

View file

@ -19,7 +19,7 @@ services:
- "traefik.http.routers.betterbahn-app-websecure.tls=true"
- "traefik.http.routers.betterbahn-app-websecure.tls.certresolver=hetzner"
- "traefik.http.routers.betterbahn-app-websecure.tls.domains[0].main=${TLS_DOMAIN}"
- "traefik.http.middlewares.betterbahn-app-hostheader.headers.customrequestheaders.Host=localhost:3000"
- "traefik.http.middlewares.betterbahn-app-hostheader.headers.customrequestheaders.Host=localhost"
- "traefik.http.routers.betterbahn-app-websecure.middlewares=secHeaders@file, autodetectContenttype@file, authentikProd@file, betterbahn-app-hostheader"
# whoami:
# image: traefik/whoami