mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-03 18:36:22 +00:00
9 lines
214 B
Bash
9 lines
214 B
Bash
# Compose
|
|
VOL_PATH=/data
|
|
VOL_PROJECTS=/data/projects
|
|
OPENCODE_IMAGE=ghcr.io/anomalyco/opencode:latest
|
|
OPENCODE_RESTART=unless-stopped
|
|
OPENCODE_PORT=4096
|
|
OPENCODE_HOSTNAME=0.0.0.0
|
|
OLLAMA_HOST=http://localhost:11434
|