From 24fc1d31494a2565137003ff244722c49f59af93 Mon Sep 17 00:00:00 2001 From: "Matt H." Date: Wed, 8 Jan 2025 11:37:10 -0500 Subject: [PATCH] Add missing `healthcheck` for local "broker" container --- docker-compose.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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