modified: main_dc/docker-compose.yml
timeout 5s and interval 10s
This commit is contained in:
@@ -248,8 +248,8 @@ services:
|
|||||||
- web-network
|
- web-network
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "wget", "--spider", "http://localhost:${API_ES_APP_PORT}/health"]
|
test: ["CMD", "wget", "--spider", "http://localhost:${API_ES_APP_PORT}/health"]
|
||||||
interval: 30s
|
interval: 10s
|
||||||
timeout: 10s
|
timeout: 5s
|
||||||
retries: 3
|
retries: 3
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user