mirror of
				https://github.com/samply/bridgehead.git
				synced 2025-11-04 04:50:17 +01: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