fix: Deployed LightRAG on ub01, fixed healthcheck (curl missing from im…

- "docker-compose.yml"
- ".gsd/KNOWLEDGE.md"

GSD-Task: S01/T02
This commit is contained in:
jlightner 2026-04-03 21:35:10 +00:00
parent aca1cc1c91
commit 33f68ef4cf

View file

@ -99,7 +99,7 @@ services:
networks: networks:
- chrysopedia - chrysopedia
healthcheck: healthcheck:
test: ["CMD-SHELL", "curl -sf http://localhost:9621/health || exit 1"] test: ["CMD-SHELL", "python -c \"import urllib.request; urllib.request.urlopen('http://127.0.0.1:9621/health')\" || exit 1"]
interval: 15s interval: 15s
timeout: 5s timeout: 5s
retries: 5 retries: 5