make
This commit is contained in:
parent
98f51e5210
commit
d5d4b4e37d
6 changed files with 40 additions and 6 deletions
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue