From c08fe6af0673a7de30c5511cdfa04e7c07ebd358 Mon Sep 17 00:00:00 2001 From: zhangsz Date: Fri, 10 Jan 2025 15:36:59 +0800 Subject: [PATCH] fix: update timeout healthy check wfc-auth and wfc-gateway --- build/docker/docker-compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build/docker/docker-compose.yml b/build/docker/docker-compose.yml index 44f8b80..a665019 100644 --- a/build/docker/docker-compose.yml +++ b/build/docker/docker-compose.yml @@ -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: