mirror of https://github.com/samply/bridgehead.git
chore(transfair): add option to disable tls verification
This commit is contained in:
parent
c5d08c50a4
commit
342bb5bfd4
|
@ -22,6 +22,7 @@ services:
|
|||
- DATABASE_URL=sqlite://transfair/data_requests.sql?mode=rwc
|
||||
- RUST_LOG=${RUST_LOG:-info}
|
||||
- TLS_CA_CERTIFICATES_DIR=/conf/trusted-ca-certs
|
||||
- TLS_DISABLE=${TRANSFAIR_TLS_DISABLE:-false}
|
||||
volumes:
|
||||
- /var/cache/bridgehead/${PROJECT}/transfair:/transfair
|
||||
- /etc/bridgehead/trusted-ca-certs:/conf/trusted-ca-certs:ro
|
||||
|
|
Loading…
Reference in New Issue