From a676b1f79079db08ee08bfb3758882f5bd79ea71 Mon Sep 17 00:00:00 2001 From: puke <1129090915@qq.com> Date: Sun, 9 Nov 2025 16:08:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Ddocker-compose=E9=83=A8?= =?UTF-8?q?=E7=BD=B2=E6=97=B6=E7=9A=84=E4=BE=9D=E8=B5=96=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 9adb201..5c96b16 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -80,9 +80,6 @@ services: - STREAMLIT_SERVER_ADDRESS=0.0.0.0 - STREAMLIT_BROWSER_GATHER_USAGE_STATS=false restart: unless-stopped - depends_on: - api: - condition: service_healthy healthcheck: test: ["CMD", "curl", "-f", "http://localhost:8501/_stcore/health"] interval: 30s