diff --git a/backend/mpc-system/docker-compose.yml b/backend/mpc-system/docker-compose.yml index 922a2cd3..78ef255d 100644 --- a/backend/mpc-system/docker-compose.yml +++ b/backend/mpc-system/docker-compose.yml @@ -113,7 +113,7 @@ services: rabbitmq: condition: service_healthy healthcheck: - test: ["CMD", "wget", "-q", "--spider", "http://localhost:8080/health"] + test: ["CMD", "curl", "-sf", "http://localhost:8080/health"] interval: 30s timeout: 10s retries: 3 @@ -148,7 +148,7 @@ services: rabbitmq: condition: service_healthy healthcheck: - test: ["CMD", "wget", "-q", "--spider", "http://localhost:8080/health"] + test: ["CMD", "curl", "-sf", "http://localhost:8080/health"] interval: 30s timeout: 10s retries: 3 @@ -190,7 +190,7 @@ services: message-router: condition: service_healthy healthcheck: - test: ["CMD", "wget", "-q", "--spider", "http://localhost:8080/health"] + test: ["CMD", "curl", "-sf", "http://localhost:8080/health"] interval: 30s timeout: 10s retries: 3 @@ -227,7 +227,7 @@ services: message-router: condition: service_healthy healthcheck: - test: ["CMD", "wget", "-q", "--spider", "http://localhost:8080/health"] + test: ["CMD", "curl", "-sf", "http://localhost:8080/health"] interval: 30s timeout: 10s retries: 3 @@ -264,7 +264,7 @@ services: message-router: condition: service_healthy healthcheck: - test: ["CMD", "wget", "-q", "--spider", "http://localhost:8080/health"] + test: ["CMD", "curl", "-sf", "http://localhost:8080/health"] interval: 30s timeout: 10s retries: 3 @@ -312,7 +312,7 @@ services: session-coordinator: condition: service_healthy healthcheck: - test: ["CMD", "wget", "-q", "--spider", "http://localhost:8080/health"] + test: ["CMD", "curl", "-sf", "http://localhost:8080/health"] interval: 30s timeout: 10s retries: 3