mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-02 08:33:36 +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:
@@ -78,6 +78,10 @@ services:
|
||||
# This allows 'cursor-agent login' authentication to persist between restarts
|
||||
- automaker-cursor-config:/home/automaker/.cursor
|
||||
|
||||
# Persist OpenCode CLI configuration and authentication across container restarts
|
||||
# This allows 'opencode auth login' authentication to persist between restarts
|
||||
- automaker-opencode-config:/home/automaker/.local/share/opencode
|
||||
|
||||
# NO host directory mounts - container cannot access your laptop files
|
||||
# If you need to work on a project, create it INSIDE the container
|
||||
# or use a separate docker-compose override file
|
||||
@@ -101,3 +105,8 @@ volumes:
|
||||
name: automaker-cursor-config
|
||||
# Named volume for Cursor CLI configuration and authentication
|
||||
# Persists cursor-agent login authentication across container restarts
|
||||
|
||||
automaker-opencode-config:
|
||||
name: automaker-opencode-config
|
||||
# Named volume for OpenCode CLI configuration and authentication
|
||||
# Persists opencode auth login authentication across container restarts
|
||||
|
||||
Reference in New Issue
Block a user