diff --git a/laptop_full_setup.sh b/laptop_full_setup.sh index 02b4eec..703c8cb 100755 --- a/laptop_full_setup.sh +++ b/laptop_full_setup.sh @@ -278,11 +278,6 @@ services: environment: - IS_PERSISTENT=TRUE - ANONYMIZED_TELEMETRY=FALSE - healthcheck: - test: ["CMD-SHELL", "curl -sf http://localhost:8000/api/v1/heartbeat || exit 1"] - interval: 15s - timeout: 5s - retries: 5 # ── RAG Server — code-aware retrieval ────────────────────────────────────── rag-server: @@ -312,7 +307,7 @@ services: uvicorn server:app --host 0.0.0.0 --port 8001" depends_on: chromadb: - condition: service_healthy + condition: service_started ollama: condition: service_healthy