Skip to content

Commit

Permalink
adding healthcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronhmiller committed Jan 9, 2024
1 parent b595d11 commit 5037a7b
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 5037a7b

Please sign in to comment.