This commit is contained in:
Егор Кандрушин 2026-04-08 00:07:51 +03:00
parent 98f51e5210
commit d5d4b4e37d
6 changed files with 40 additions and 6 deletions

View file

@ -3,13 +3,14 @@ services:
build:
context: .
target: production
command: "make uvicorn-prod"
ports:
- "8000:8000"
env_file:
- .env
restart: unless-stopped
profiles:
- production
- prod
agent-dev:
build:
@ -17,6 +18,7 @@ services:
target: development
additional_contexts:
agent_api: ${AGENT_API_PATH}
#command: "make uvicorn-dev"
volumes:
- ./src:/app/src
- ${AGENT_API_PATH}:/agent-api/