fix(deploy): make bundled Ollama opt-in to avoid duplicate container #2
Reference in New Issue
Block a user
Delete Branch "fix/ollama-no-duplicate"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The compose file shipped its own ollama service, so 'docker compose pull'
during deploy re-downloaded the Ollama image and a deploy that starts the
AI stack would spin up a second Ollama alongside an existing/shared one.
excluded from the default pull/up (no duplicate, no re-download)
shared instance via OLLAMA_BASE_URL (e.g. http://:11435)
To run a self-contained Ollama: docker compose --profile bundled-ollama up
Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com