diff --git a/ccp/modules/datashield-compose.yml b/ccp/modules/datashield-compose.yml index 2127ac2..db2760a 100644 --- a/ccp/modules/datashield-compose.yml +++ b/ccp/modules/datashield-compose.yml @@ -154,7 +154,8 @@ services: http_proxy: "http://forward_proxy:3128" https_proxy: "http://forward_proxy:3128" depends_on: - - forward_proxy + forward_proxy: + condition: service_healthy secrets: opal-cert.pem: diff --git a/minimal/docker-compose.yml b/minimal/docker-compose.yml index 9a43953..217f1b3 100644 --- a/minimal/docker-compose.yml +++ b/minimal/docker-compose.yml @@ -42,6 +42,8 @@ services: - /var/spool/squid volumes: - /etc/bridgehead/trusted-ca-certs:/docker/custom-certs/:ro + healthcheck: + test: ["CMD", "sleep", "1"] landing: container_name: bridgehead-landingpage