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: