diff --git a/docker-compose.yml b/docker-compose.yml index 27071f2e..94986df6 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -232,6 +232,12 @@ services: MFA_WEBAUTHN_apiKey: not_needed_here MFA_WEBAUTHN_apiSecret: not_needed_here command: ./run-broker.sh + healthcheck: + test: nc -vz localhost 80 + start_period: 1s + interval: 1s + timeout: 5s + retries: 20 ldap: build: ./dockerbuild/ldap