Replaced forward proxy with site proxy

This commit is contained in:
Patrick Skowronek 2022-09-07 15:26:01 +02:00
parent 5c2c76e759
commit 4ef896c3f2
1 changed files with 3 additions and 2 deletions

View File

@ -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: