Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix 503 when Private GPT calls Ollama API on startup (Docker Compose ollama-api profile) #2104

Merged
merged 1 commit into from
Oct 17, 2024

Commits on Oct 16, 2024

  1. Fix 503 when private gpt gets ollama service

    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
    Koh Meng Hui committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    aeace47 View commit details
    Browse the repository at this point in the history