контейнеризация для dev

This commit is contained in:
Егор Кандрушин 2026-04-07 15:35:25 +03:00
parent 1e9fa1f702
commit bece7ab23b
4 changed files with 50 additions and 0 deletions

16
docker-compose.yml Normal file
View file

@ -0,0 +1,16 @@
services:
agent-dev:
build:
context: .
target: development
additional_contexts:
agent_api: ${AGENT_API_PATH}
volumes:
- ./src:/app/src
- ${AGENT_API_PATH}:/agent-api/
ports:
- "8000:8000"
env_file:
- .env
profiles:
- dev