diff --git a/{{cookiecutter.project_dirname}}/docker-compose.yaml b/{{cookiecutter.project_dirname}}/docker-compose.yaml index a2799f5..b496257 100644 --- a/{{cookiecutter.project_dirname}}/docker-compose.yaml +++ b/{{cookiecutter.project_dirname}}/docker-compose.yaml @@ -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