Update minimal/docker-compose.yml

Co-authored-by: Jan <59206115+Threated@users.noreply.github.com>
This commit is contained in:
djuarezgf 2024-03-18 12:45:46 +01:00 committed by GitHub
parent 3180d0fd76
commit d8b9498ef9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ services:
volumes: volumes:
- /etc/bridgehead/trusted-ca-certs:/docker/custom-certs/:ro - /etc/bridgehead/trusted-ca-certs:/docker/custom-certs/:ro
healthcheck: healthcheck:
# Wait 1s before marking this service healthy. Required for the oauth2-proxy to talk to the OIDC provider on startup which will fail if the forward proxy is not started yet.
test: ["CMD", "sleep", "1"] test: ["CMD", "sleep", "1"]
landing: landing: