modified: main_dc/docker-compose.yml

change curl to wget --spider health check for easysite
This commit is contained in:
2025-11-11 10:28:36 +05:00
parent 85baf51a53
commit 3fab5815ec
+1 -1
View File
@@ -201,7 +201,7 @@ services:
- web-network - web-network
- app-network - app-network
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:3000/api/health"] test: ["CMD", "wget", "--spider", "http://localhost:3000/api/health"]
interval: 30s interval: 30s
timeout: 10s timeout: 10s
retries: 3 retries: 3