Skip to content

fix(docker): use curl instead of wget for ollama healthcheck#18

Merged
growlf merged 2 commits into
mainfrom
fix/ollama-healthcheck-wget
May 11, 2026
Merged

fix(docker): use curl instead of wget for ollama healthcheck#18
growlf merged 2 commits into
mainfrom
fix/ollama-healthcheck-wget

Conversation

@growlf
Copy link
Copy Markdown
Owner

@growlf growlf commented May 11, 2026

ollama/ollama:latest does not ship wget. The service starts and listens on :11434 correctly but the healthcheck always fails, blocking all dependent services (olla, retriever, router) from starting.

Summary

Type of change

  • Bug fix
  • New feature / enhancement
  • Documentation update
  • Refactor / cleanup
  • CI / tooling change

Related issues

Testing

  • docker compose config passes with no errors
  • Shell scripts pass shellcheck
  • Manually tested on Intel Arc hardware (if relevant)

Checklist

  • My changes follow the project's code style
  • I have updated documentation where necessary
  • I have not committed secrets or real credentials
  • .env.example is up to date (if env vars were added/removed)

ollama/ollama:latest does not ship wget. The service starts and
listens on :11434 correctly but the healthcheck always fails, blocking
all dependent services (olla, retriever, router) from starting.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@growlf growlf self-assigned this May 11, 2026
@growlf growlf merged commit 8fca54f into main May 11, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant