Skip to content

Commit

Permalink
Merge pull request #303 from silinternational/feature/add-missing-loc…
Browse files Browse the repository at this point in the history
…al-healthcheck

Release 7.0.10 - Add missing `healthcheck` for local-development "broker" container
  • Loading branch information
forevermatt authored Jan 8, 2025
2 parents dcd972a + 24fc1d3 commit 86edf24
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 86edf24

Please sign in to comment.