modified: main_dc/docker-compose.yml
timeout 5s and interval 10s
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user