diff --git a/docker-compose.portainer.yml b/docker-compose.portainer.yml index 9ee0a1d..bc5ebb3 100644 --- a/docker-compose.portainer.yml +++ b/docker-compose.portainer.yml @@ -213,7 +213,7 @@ services: - backend restart: unless-stopped healthcheck: - test: ["CMD", "curl", "-f", "http://localhost:8080/health"] + test: ["CMD", "curl", "-f", "http://localhost:8080/api/v2/monitor/health"] interval: 30s timeout: 10s retries: 5 diff --git a/docker-compose.yml b/docker-compose.yml index 76bf3f5..6b43448 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -125,7 +125,7 @@ services: - schoolcompare-network restart: unless-stopped healthcheck: - test: ["CMD", "curl", "-f", "http://localhost:8080/health"] + test: ["CMD", "curl", "-f", "http://localhost:8080/api/v2/monitor/health"] interval: 30s timeout: 10s retries: 5