fix: bug: generate_compose() agents-llama missing Claude binary and credential volume mounts (#527)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
cb832f5bf6
commit
000ccb17c2
1 changed files with 3 additions and 0 deletions
|
|
@ -66,6 +66,9 @@ _generate_local_model_services() {
|
|||
volumes:
|
||||
- agents-${service_name}-data:/home/agent/data
|
||||
- project-repos:/home/agent/repos
|
||||
- \${HOME}/.claude:/home/agent/.claude
|
||||
- \${HOME}/.claude.json:/home/agent/.claude.json:ro
|
||||
- CLAUDE_BIN_PLACEHOLDER:/usr/local/bin/claude:ro
|
||||
- ${HOME}/.ssh:/home/agent/.ssh:ro
|
||||
environment:
|
||||
FORGE_URL: http://forgejo:3000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue