создание и маунт папки /workspace

This commit is contained in:
Егор Кандрушин 2026-04-08 15:00:01 +03:00
parent a176dcac52
commit 745512aa4b
5 changed files with 16 additions and 2 deletions

View file

@ -18,6 +18,7 @@ services:
volumes:
- ./src:/app/src
- ${AGENT_API_PATH}:/agent-api/
- ./workspace:/workspace/
ports:
- "8000:8000"
env_file: