fix: Ollama healthcheck uses 'ollama list' instead of curl (not in image)

This commit is contained in:
jlightner 2026-03-30 01:17:06 +00:00
parent 1af8665a14
commit 0e65adaf54

View file

@ -70,7 +70,7 @@ services:
networks:
- chrysopedia
healthcheck:
test: ["CMD-SHELL", "curl -sf http://localhost:11434/api/tags || exit 1"]
test: ["CMD", "ollama", "list"]
interval: 15s
timeout: 5s
retries: 5