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 c295384c6a
commit 7c79574a25

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