fix: bug: dispatcher reproduce/triage/verify dispatch fails — no project TOML at /opt/disinto/projects/ in edge container (#554)
This commit is contained in:
parent
37c44d7ac4
commit
fde7d1170e
2 changed files with 13 additions and 7 deletions
|
|
@ -117,7 +117,7 @@ services:
|
|||
- ${HOME}/.claude.json:/home/agent/.claude.json:ro
|
||||
- disinto-logs:/opt/disinto-logs
|
||||
- ./docker-compose.yml:/opt/docker-compose.yml:ro
|
||||
- ./projects:/opt/disinto/projects:ro
|
||||
- ./projects:/opt/disinto-projects:ro
|
||||
environment:
|
||||
- FORGE_SUPERVISOR_TOKEN=${FORGE_SUPERVISOR_TOKEN:-}
|
||||
- ANTHROPIC_API_KEY=${ANTHROPIC_API_KEY:-}
|
||||
|
|
@ -126,6 +126,7 @@ services:
|
|||
- FORGE_URL=http://forgejo:3000
|
||||
- DISINTO_CONTAINER=1
|
||||
- HOST_PROJECT_DIR=${HOST_PROJECT_DIR:-.}
|
||||
- PROJECTS_DIR=/opt/disinto-projects
|
||||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue