Skip to content

Commit

Permalink
Use api health endpoint in Docker healthcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
flenny committed Oct 10, 2024
1 parent ad6ca02 commit f83e43f
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 @@ -105,7 +105,7 @@ services:
db:
condition: service_healthy
healthcheck:
test: "curl --fail http://127.0.0.1:5000/api/v2/version || exit 1"
test: "curl --fail http://127.0.0.1:5000/health || exit 1"
interval: 20s
timeout: 10s
retries: 30
Expand Down

0 comments on commit f83e43f

Please sign in to comment.