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
This commit is contained in:
2026-07-14 21:14:47 -07:00
parent cc89074f7c
commit 60652603eb
5 changed files with 5 additions and 4 deletions
+1 -2
View File
@@ -7,8 +7,7 @@ services:
volumes:
- ${VOL_PATH:-/data}/opencode/config:/config
- ${VOL_PATH:-/data}/opencode/data:/data
- ${VOL_PATH:-/data}/opencode/projects:/projects
- ${VOL_PROJECTS:-/data/projects}:/projects
environment:
- OPENCODE_PORT=${OPENCODE_PORT:-4096}