fix: update timeout healthy check wfc-auth and wfc-gateway
This commit is contained in:
@@ -101,8 +101,8 @@ services:
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "curl -f http://${GATEWAY_SERVER_IP}:${GATEWAY_SERVER_PORT}/health || exit 1"]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 5
|
||||
timeout: 60s
|
||||
retries: 10
|
||||
restart: ${RESTART_OPTION}
|
||||
|
||||
wfc-auth:
|
||||
@@ -133,8 +133,8 @@ services:
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "curl -f http://${AUTH_SERVER_IP}:${AUTH_SERVER_PORT}/health || exit 1"]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 5
|
||||
timeout: 60s
|
||||
retries: 10
|
||||
restart: ${RESTART_OPTION}
|
||||
|
||||
wfc-modules-system:
|
||||
|
||||
Reference in New Issue
Block a user