fix: remove chromadb healtcheck

This commit is contained in:
Ray Andrew 2026-02-13 01:23:09 -06:00
parent 22b2dd8fdc
commit 9de48592d6
Signed by: rayandrew
SSH key fingerprint: SHA256:EUCV+qCSqkap8rR+p+zGjxHfKI06G0GJKgo1DIOniQY

View file

@ -37,12 +37,6 @@ services:
- IS_PERSISTENT=TRUE - IS_PERSISTENT=TRUE
- ANONYMIZED_TELEMETRY=FALSE - ANONYMIZED_TELEMETRY=FALSE
restart: unless-stopped restart: unless-stopped
healthcheck:
test: ["CMD", "python", "-c", "import urllib.request; urllib.request.urlopen('http://localhost:8000/api/v1/heartbeat')"]
interval: 15s
timeout: 5s
retries: 3
start_period: 10s
# ── LLM API proxy ── # ── LLM API proxy ──
litellm: litellm:
@ -87,8 +81,6 @@ services:
depends_on: depends_on:
litellm: litellm:
condition: service_healthy condition: service_healthy
chromadb:
condition: service_healthy
restart: unless-stopped restart: unless-stopped
# ── Cloudflare Tunnel (public HTTPS) ── # ── Cloudflare Tunnel (public HTTPS) ──