diff --git a/backend/services/docker-compose.yml b/backend/services/docker-compose.yml index 14febd26..2d3fa761 100644 --- a/backend/services/docker-compose.yml +++ b/backend/services/docker-compose.yml @@ -319,7 +319,7 @@ services: kafka: condition: service_started healthcheck: - test: ["CMD", "curl", "-f", "http://localhost:3005/health"] + test: ["CMD", "curl", "-f", "http://localhost:3005/api/v1/health"] interval: 30s timeout: 3s retries: 3