Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: 503 when private gpt gets ollama service (#2104)
When running private gpt with external ollama API, ollama service returns 503 on startup because ollama service (traefik) might not be ready. - Add healthcheck to ollama service to test for connection to external ollama - private-gpt-ollama service depends on ollama being service_healthy Co-authored-by: Koh Meng Hui <[email protected]>
- Loading branch information