From 1905bb8ccf6bbdb707e58d572f4f0507578dcd9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B3=E5=85=83=E7=9A=93?= Date: Mon, 19 May 2025 23:17:04 +0800 Subject: [PATCH] Nuke checks --- docker-compose.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 64f0edd..55ef16a 100755 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -14,16 +14,6 @@ services: newsanalyze-service: image: ghcr.io/hpware/news-analyze:master - healthcheck: - test: - [ - "CMD-SHELL", - "wget --no-verbose --tries=1 --spider http://localhost:3000/ || exit 1", - ] - interval: 10s - timeout: 5s - retries: 3 - start_period: 20s networks: - web labels: