7 lines
245 B
Plaintext
7 lines
245 B
Plaintext
# Docker Compose reaches an LLM running on the host through this address.
|
|
OLLAMA_BASE_URL=http://host.docker.internal:11434/v1
|
|
OLLAMA_MODEL=qwen3:32b
|
|
|
|
# Required only when enabling MCP or SSH.
|
|
# MCP_ENCRYPTION_KEY=replace-with-64-hex-characters
|