mirror of
https://github.com/KeygraphHQ/shannon.git
synced 2026-08-18 17:27:16 +02:00
feat: fix Docker worker container setup
- Install uv instead of deprecated uvx package - Add mcp-server and configs directories to container - Mount target repo dynamically via TARGET_REPO env variable
This commit is contained in:
@@ -25,8 +25,8 @@ services:
|
||||
temporal:
|
||||
condition: service_healthy
|
||||
volumes:
|
||||
- ../deliverables:/app/deliverables
|
||||
- ../prompts:/app/prompts
|
||||
- ${TARGET_REPO:-/tmp/target-repo}:/target-repo
|
||||
shm_size: 2gb
|
||||
ipc: host
|
||||
security_opt:
|
||||
|
||||
Reference in New Issue
Block a user