This commit is contained in:
+6
-3
@@ -1,3 +1,6 @@
|
||||
GITEA_API_TOKEN=your-gitea-token
|
||||
GITEA_WEBHOOK_SECRET=your-webhook-secret
|
||||
OLLAMA_BASE_URL=http://localhost:11434/v1
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user