mirror of https://github.com/samply/bridgehead.git
Update minimal/docker-compose.yml
Co-authored-by: Jan <59206115+Threated@users.noreply.github.com>
This commit is contained in:
parent
3180d0fd76
commit
d8b9498ef9
|
@ -43,6 +43,7 @@ services:
|
|||
volumes:
|
||||
- /etc/bridgehead/trusted-ca-certs:/docker/custom-certs/:ro
|
||||
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"]
|
||||
|
||||
landing:
|
||||
|
|
Loading…
Reference in New Issue