modified: main_dc/docker-compose.yml

timeout 5s and interval 10s
This commit is contained in:
2025-11-12 14:21:34 +05:00
parent c28dfafdcd
commit 074482279a
+2 -2
View File
@@ -248,8 +248,8 @@ services:
- web-network
healthcheck:
test: ["CMD", "wget", "--spider", "http://localhost:${API_ES_APP_PORT}/health"]
interval: 30s
timeout: 10s
interval: 10s
timeout: 5s
retries: 3
volumes: