feat: allow transfair to talk to services behind the proxy (#296)

This commit is contained in:
Jan
2025-05-09 13:52:33 +02:00
committed by GitHub
parent 844ce3386e
commit 96ff6043a1
2 changed files with 6 additions and 0 deletions

View File

@ -24,6 +24,8 @@ services:
- RUST_LOG=${RUST_LOG:-info}
- TLS_CA_CERTIFICATES_DIR=/conf/trusted-ca-certs
- TLS_DISABLE=${TRANSFAIR_TLS_DISABLE:-false}
- NO_PROXY=${TRANSFAIR_NO_PROXIES}
- ALL_PROXY=http://forward_proxy:3128
volumes:
- /var/cache/bridgehead/${PROJECT}/transfair:/transfair
- /etc/bridgehead/trusted-ca-certs:/conf/trusted-ca-certs:ro