make
This commit is contained in:
parent
98f51e5210
commit
6896fce3e8
7 changed files with 40 additions and 9 deletions
|
|
@ -1,15 +1,13 @@
|
|||
services:
|
||||
agent:
|
||||
build:
|
||||
context: .
|
||||
target: production
|
||||
image: mrkan0/lambda-agent:latest
|
||||
ports:
|
||||
- "8000:8000"
|
||||
env_file:
|
||||
- .env
|
||||
restart: unless-stopped
|
||||
profiles:
|
||||
- production
|
||||
- prod
|
||||
|
||||
agent-dev:
|
||||
build:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue