mirror of
				https://github.com/samply/bridgehead.git
				synced 2025-11-04 04:50:17 +01:00 
			
		
		
		
	Replaced forward proxy with site proxy
This commit is contained in:
		@@ -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:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user