Files
docker-compose-cookbooks/opencode/sample.env
T
nick 60652603eb Use VOL_PROJECTS for project directories across opencode and vscode stacks
- Replace VOL_PATH with VOL_PROJECTS for project mounts
- Remove unused opencode /data volume
- Update sample.env and AGENTS.md with VOL_PROJECTS convention
2026-07-14 21:14:47 -07:00

7 lines
239 B
Bash

OPENCODE_IMAGE_NAME=ghcr.io/anomalyco/opencode:latest
OPENCODE_RESTART=unless-stopped
VOL_PATH=/home/youruser/.local/share
VOL_PROJECTS=/home/youruser/projects
OPENCODE_PORT=4096
OPENCODE_HOSTNAME=0.0.0.0
OLLAMA_HOST=http://localhost:11434