mirror of
				https://github.com/samply/bridgehead.git
				synced 2025-11-04 04:50:17 +01:00 
			
		
		
		
	fix: Start oauth proxy after forward_proxy is ready
This commit is contained in:
		@@ -154,7 +154,8 @@ services:
 | 
				
			|||||||
      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:
 | 
					    depends_on:
 | 
				
			||||||
      - forward_proxy
 | 
					      forward_proxy:
 | 
				
			||||||
 | 
					        condition: service_healthy
 | 
				
			||||||
 | 
					
 | 
				
			||||||
secrets:
 | 
					secrets:
 | 
				
			||||||
  opal-cert.pem:
 | 
					  opal-cert.pem:
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -42,6 +42,8 @@ services:
 | 
				
			|||||||
      - /var/spool/squid
 | 
					      - /var/spool/squid
 | 
				
			||||||
    volumes:
 | 
					    volumes:
 | 
				
			||||||
      - /etc/bridgehead/trusted-ca-certs:/docker/custom-certs/:ro
 | 
					      - /etc/bridgehead/trusted-ca-certs:/docker/custom-certs/:ro
 | 
				
			||||||
 | 
					    healthcheck:
 | 
				
			||||||
 | 
					      test: ["CMD", "sleep", "1"]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  landing:
 | 
					  landing:
 | 
				
			||||||
    container_name: bridgehead-landingpage
 | 
					    container_name: bridgehead-landingpage
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user