Skip to content

Commit

Permalink
Merge pull request #16 from aaronhmiller/patch_compose
Browse files Browse the repository at this point in the history
adding healthcheck
  • Loading branch information
aaronhmiller authored Jan 9, 2024
2 parents b595d11 + 5037a7b commit 68f9ad4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,9 @@ services:
environment:
- KEY=${KEY}
- CERT=${CERT}
healthcheck:
test: wget --quiet --output-document=- http://localhost:3000/healthcheck || exit 1
interval: 3s
timeout: 3s
retries: 3
start_period: 5s

0 comments on commit 68f9ad4

Please sign in to comment.