From 73790d1992d9ff9675ccc6c9f8c8aa30f6727259 Mon Sep 17 00:00:00 2001 From: Tim Date: Mon, 29 Sep 2025 19:42:54 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20healthy.=E6=A3=80=E6=B5=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/docker-compose.yaml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/docker/docker-compose.yaml b/docker/docker-compose.yaml index d762df085..195b1e15d 100644 --- a/docker/docker-compose.yaml +++ b/docker/docker-compose.yaml @@ -143,13 +143,6 @@ services: command: > sh -c "apt-get update && apt-get install -y --no-install-recommends curl && mvn clean spring-boot:run -Dmaven.test.skip=true" - # healthcheck: - # test: ["CMD-SHELL", - # "curl -fsS http://127.0.0.1:${SERVER_PORT:-8080}${SPRING_HEALTH_PATH:-/actuator/health} | grep -q '\"status\"\\s*:\\s*\"UP\"'"] - # interval: 10s - # timeout: 5s - # retries: 30 - # start_period: 90s networks: - openisle-network @@ -173,13 +166,6 @@ services: command: > sh -c "apt-get update && apt-get install -y --no-install-recommends curl && mvn clean spring-boot:run -Dmaven.test.skip=true" - # healthcheck: - # test: ["CMD-SHELL", - # "curl -fsS http://127.0.0.1:${WEBSOCKET_PORT:-8082}${WS_HEALTH_PATH:-/actuator/health} | grep -q '\"status\"\\s*:\\s*\"UP\"'"] - # interval: 10s - # timeout: 5s - # retries: 30 - # start_period: 90s networks: - openisle-network