Added NNGM compose file and add proxy vars to squid

This commit is contained in:
Patrick Skowronek
2022-04-28 08:46:47 +02:00
parent bb6118a66e
commit ddc2be5a1d
2 changed files with 27 additions and 14 deletions

View File

@ -32,8 +32,10 @@ services:
container_name: bridgehead-squid
image: ubuntu/squid
environment:
http_proxy: ""
https_proxy: ""
http_proxy: ${http_proxy}
https_proxy: ${https_proxy}
volumes:
- "bridgehead-proxy:/var/log/squid"
## Needs internal proxy config
landing: