Skip to content

Commit

Permalink
Fix backend healthcheck url path
Browse files Browse the repository at this point in the history
  • Loading branch information
trottomv committed Jan 10, 2024
1 parent b0ae39c commit ee4390c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_dirname}}/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:
- PYTHONDEVMODE
- PYTHONTRACEMALLOC
healthcheck:
test: ["CMD", "curl", "--fail", "http://localhost:8000/api/health/"]
test: ["CMD", "curl", "--fail", "http://localhost:8000/backend/health/"]
interval: 60s
timeout: 3s
retries: 5
Expand Down

0 comments on commit ee4390c

Please sign in to comment.