Skip to content

Commit

Permalink
healthcheck with wget
Browse files Browse the repository at this point in the history
  • Loading branch information
enricofer committed Jun 13, 2024
1 parent ea44000 commit 27c6c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
- ./webapp:/app
- ./kart_versions:/kart_versions
healthcheck:
test: curl --fail http://localhost:8000/healthcheck/ || exit 1
test: wget -qO- http://localhost:8000/healthcheck || exit 1
start_period: 30s
interval: 60s
timeout: 10s
Expand Down

0 comments on commit 27c6c8c

Please sign in to comment.