update ollama container health check

This commit is contained in:
Mark Pollack
2024-11-19 09:30:28 -05:00
parent 7c4ddd1e71
commit 9fc16d962a

View File

@@ -16,7 +16,7 @@ jobs:
ports:
- 11434:11434
options: >-
--health-cmd="curl --fail http://localhost:11434/health || exit 1"
--health-cmd="curl --fail http://localhost:11434/api/tags || exit 1"
--health-interval=10s
--health-timeout=5s
--health-retries=5