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