mirror of
https://github.com/samply/bridgehead.git
synced 2025-06-17 17:40:15 +02:00
Added NNGM compose file and add proxy vars to squid
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user