mirror of https://github.com/samply/bridgehead.git
fix: Added All Proxy in Beam
This commit is contained in:
parent
996e8dbd1b
commit
b95357570c
|
@ -96,8 +96,7 @@ services:
|
||||||
APP_1_KEY: ${APP_1_KEY}
|
APP_1_KEY: ${APP_1_KEY}
|
||||||
PRIVKEY_FILE: /run/secrets/proxy.pem
|
PRIVKEY_FILE: /run/secrets/proxy.pem
|
||||||
RUST_LOG: debug
|
RUST_LOG: debug
|
||||||
http_proxy: ${http_proxy}
|
ALL_PROXY: http://forward_proxy:3128
|
||||||
https_proxy: ${https_proxy}
|
|
||||||
secrets:
|
secrets:
|
||||||
- proxy.pem
|
- proxy.pem
|
||||||
labels:
|
labels:
|
||||||
|
|
Loading…
Reference in New Issue