mirror of https://github.com/samply/bridgehead.git
Replaced forward proxy with site proxy
This commit is contained in:
parent
5c2c76e759
commit
4ef896c3f2
|
@ -92,8 +92,9 @@ services:
|
||||||
APP_1_ID: ${APP_1_ID_SHORT}
|
APP_1_ID: ${APP_1_ID_SHORT}
|
||||||
APP_1_KEY: ${APP_1_KEY}
|
APP_1_KEY: ${APP_1_KEY}
|
||||||
PRIVKEY_FILE: /run/secrets/proxy.pem
|
PRIVKEY_FILE: /run/secrets/proxy.pem
|
||||||
http_proxy: http://bridgehead-forward-proxy:3128
|
RUST_LOG: info
|
||||||
https_proxy: http://bridgehead-forward-proxy:3128
|
http_proxy: ${http_proxy}
|
||||||
|
https_proxy: ${https_proxy}
|
||||||
secrets:
|
secrets:
|
||||||
- proxy.pem
|
- proxy.pem
|
||||||
labels:
|
labels:
|
||||||
|
|
Loading…
Reference in New Issue