Skip to content

Conversation

@edowson
Copy link
Contributor

@edowson edowson commented Jun 10, 2025

This patch series defines an OLLAMA_HOST environment variable for the ollama init service to avoid repeating it when pulling ollama models:

  environment:
    - OLLAMA_HOST=ollama:11434
  command:
    - "-c"
    - "sleep 3; ollama pull qwen2.5:7b-instruct-q4_K_M; ollama pull nomic-embed-text"

It also pins the Supabase version to v1.24.09 to avoid breaking a local installation due to Supabase changes upstream.

@edowson edowson changed the title docker-compose.yml: Add OLLAMA_HOST environment variable. Add OLLAMA_HOST environment variable; Pin Supabase version to v1.24.09 Jun 12, 2025
edowson added 2 commits June 20, 2025 02:57
This will help avoid lengthy commands that specify the OLLAMA_HOST
environment variables each time to download models for the
init-ollama service.

Signed-off-by: Elvis Dowson <[email protected]>
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