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

View file

@ -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: