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:
parent
aca1cc1c91
commit
33f68ef4cf
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ services:
|
|||
networks:
|
||||
- chrysopedia
|
||||
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
|
||||
timeout: 5s
|
||||
retries: 5
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue