modified: main_dc/docker-compose.yml

change check path
This commit is contained in:
2025-11-12 13:53:18 +05:00
parent 3b38d15a4b
commit 03f974cbe5
+2 -10
View File
@@ -181,7 +181,7 @@ services:
"--spider", "--spider",
"http://localhost:8080/api/health", "http://localhost:8080/api/health",
] ]
interval: 3000s interval: 30s
timeout: 10s timeout: 10s
retries: 3 retries: 3
@@ -247,15 +247,7 @@ services:
- app-network - app-network
- web-network - web-network
healthcheck: healthcheck:
test: test: ["CMD", "wget", "--spider", "http://localhost:${API_ES_APP_PORT}/health"]
[
"CMD",
"wget",
"--no-verbose",
"--tries=1",
"--spider",
"http://localhost:${API_ES_APP_PORT}/health",
]
interval: 30s interval: 30s
timeout: 10s timeout: 10s
retries: 3 retries: 3