fix: Ollama healthcheck uses 'ollama list' instead of curl (not in image)
This commit is contained in:
parent
c295384c6a
commit
7c79574a25
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- chrysopedia
|
- chrysopedia
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD-SHELL", "curl -sf http://localhost:11434/api/tags || exit 1"]
|
test: ["CMD", "ollama", "list"]
|
||||||
interval: 15s
|
interval: 15s
|
||||||
timeout: 5s
|
timeout: 5s
|
||||||
retries: 5
|
retries: 5
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue