mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 10:56:23 +00:00
updated opencode config
This commit is contained in:
@@ -14,10 +14,10 @@ services:
|
||||
- OPENCODE_PORT=${OPENCODE_PORT:-4096}
|
||||
- OPENCODE_HOSTNAME=${OPENCODE_HOSTNAME:-0.0.0.0}
|
||||
- OPENCODE_CONFIG=/config/config.json
|
||||
- OPENCODE_MODEL=ollama/qwen3:8b-16k
|
||||
- OLLAMA_HOST=http://10.1.1.16:11434
|
||||
- OPENCODE_MODEL=qwen3:8b-16k
|
||||
- OLLAMA_HOST=${OLLAMA_HOST_URL:-http://localhost:11434}
|
||||
|
||||
ports:
|
||||
- "${OPENCODE_PORT:-4096}:4096"
|
||||
|
||||
command: ["serve", "--hostname", "0.0.0.0", "--port", "4096"]
|
||||
command: ["serve", "--port", "${OPENCODE_PORT:-4096}"]
|
||||
|
||||
Reference in New Issue
Block a user