Skip to content

Commit

Permalink
infra: use correct health check
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Jun 6, 2024
1 parent ce3e129 commit 5093cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/docker-compose.run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
volumes:
- opencon-logs:/var/log/opencon
healthcheck:
test: curl --fail http://localhost:8000/openapi.json || exit 1
test: curl --fail http://localhost:8000/api/conferences/health || exit 1
interval: 60s
retries: 3
start_period: 5s
Expand Down

0 comments on commit 5093cb2

Please sign in to comment.