change reverse proxy hostname to container name

This commit is contained in:
Andreas Knuth 2025-02-09 11:40:38 -06:00
parent e60203c308
commit 8c5cfee354
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ www.bizmatch.net {
} }
} }
auth.bizmatch.net { auth.bizmatch.net {
reverse_proxy bizmatch:8080 { reverse_proxy postgres_keycloak:8080 {
header_up Host {http.request.host} header_up Host {http.request.host}
header_up X-Real-IP {http.request.remote} header_up X-Real-IP {http.request.remote}
header_up X-Forwarded-For {http.request.remote} header_up X-Forwarded-For {http.request.remote}
@ -30,7 +30,7 @@ auth.bizmatch.net {
} }
} }
gitea.bizmatch.net { gitea.bizmatch.net {
reverse_proxy 127.0.0.1:3500 reverse_proxy gitea:3500
tls { tls {
dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG
} }