mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-01-30 06:12:03 +00:00
feat: add OpenCode CLI support in Docker
- Install OpenCode CLI in Dockerfile alongside Claude and Cursor - Add automaker-opencode-config volume for persisting auth - Add OpenCode directory setup in docker-entrypoint.sh - Update docker-isolation.md with OpenCode documentation - Add OpenCode bind mount example to docker-compose.override.yml.example
This commit is contained in:
@@ -16,6 +16,10 @@ services:
|
||||
# This shares your 'cursor-agent login' OAuth session with the container
|
||||
# - ~/.cursor:/home/automaker/.cursor
|
||||
|
||||
# OpenCode CLI - mount your ~/.local/share/opencode directory
|
||||
# This shares your 'opencode auth login' session with the container
|
||||
# - ~/.local/share/opencode:/home/automaker/.local/share/opencode
|
||||
|
||||
environment:
|
||||
# Set root directory for all projects and file operations
|
||||
# Users can only create/open projects within this directory
|
||||
|
||||
Reference in New Issue
Block a user