fix: update custom request header for betterbahn service to use localhost
This commit is contained in:
parent
de95858028
commit
b3f8ccf7d6
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ services:
|
||||||
- "traefik.http.routers.betterbahn-app-websecure.tls=true"
|
- "traefik.http.routers.betterbahn-app-websecure.tls=true"
|
||||||
- "traefik.http.routers.betterbahn-app-websecure.tls.certresolver=hetzner"
|
- "traefik.http.routers.betterbahn-app-websecure.tls.certresolver=hetzner"
|
||||||
- "traefik.http.routers.betterbahn-app-websecure.tls.domains[0].main=${TLS_DOMAIN}"
|
- "traefik.http.routers.betterbahn-app-websecure.tls.domains[0].main=${TLS_DOMAIN}"
|
||||||
- "traefik.http.middlewares.betterbahn-app-hostheader.headers.customrequestheaders.Host=betterbahn"
|
- "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"
|
- "traefik.http.routers.betterbahn-app-websecure.middlewares=secHeaders@file, autodetectContenttype@file, authentikProd@file, betterbahn-app-hostheader"
|
||||||
# whoami:
|
# whoami:
|
||||||
# image: traefik/whoami
|
# image: traefik/whoami
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue