фикс: маунт agent_api не работал из-за опечатки

This commit is contained in:
Егор Кандрушин 2026-04-19 11:52:44 +03:00
parent 0709f5433b
commit 9cc7b45c23
2 changed files with 3 additions and 8 deletions

View file

@ -19,15 +19,11 @@ services:
agent_api: ${AGENT_API_PATH}
volumes:
- ./src:/app/src
- ${AGENT_API_PATH}:/agent-api/
- ${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