修复docker-compose部署时的依赖问题

This commit is contained in:
puke
2025-11-09 16:08:42 +08:00
parent 0e4d0b04cd
commit a676b1f790

View File

@@ -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