mirror of
				https://github.com/samply/bridgehead.git
				synced 2025-11-04 04:50:17 +01:00 
			
		
		
		
	fix: Wait for forward proxy to start
This commit is contained in:
		@@ -153,6 +153,8 @@ services:
 | 
				
			|||||||
    environment:
 | 
					    environment:
 | 
				
			||||||
      http_proxy: "http://forward_proxy:3128"
 | 
					      http_proxy: "http://forward_proxy:3128"
 | 
				
			||||||
      https_proxy: "http://forward_proxy:3128"
 | 
					      https_proxy: "http://forward_proxy:3128"
 | 
				
			||||||
 | 
					    depends_on:
 | 
				
			||||||
 | 
					      - forward_proxy
 | 
				
			||||||
 | 
					
 | 
				
			||||||
secrets:
 | 
					secrets:
 | 
				
			||||||
  opal-cert.pem:
 | 
					  opal-cert.pem:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user