NODEDC_TASKMANAGER_CODEXAPI/docker-compose.local.yml

10 lines
132 B
YAML

services:
agent-gateway:
build:
context: .
env_file:
- .env
ports:
- "${PORT:-4100}:${PORT:-4100}"