Merge pull request '#5 Работа с FS и shell' (#8) from #5-filesystem-and-shell into main

Reviewed-on: #8
This commit is contained in:
Егор Кандрушин 2026-04-14 23:39:02 +00:00
commit 0709f5433b
7 changed files with 139 additions and 10 deletions

View file

@ -20,9 +20,14 @@ services:
volumes:
- ./src:/app/src
- ${AGENT_API_PATH}:/agent-api/
- ./workspace:/workspace/
ports:
- "8000:8000"
env_file:
- .env
cap_add: # для работы bwrap
- SYS_ADMIN
security_opt: # для работы bwrap
- seccomp:unconfined
profiles:
- dev