2
0

fix: update timeout healthy check wfc-auth and wfc-gateway

This commit is contained in:
zhangsz
2025-01-10 15:36:59 +08:00
parent 31ad67dd34
commit c08fe6af06

View File

@@ -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: