Files
agent_platform_oci/apps/channel_gateway/docker-compose.yml
2026-06-19 22:17:09 -03:00

8 lines
100 B
YAML

services:
channel_gateway:
build: .
env_file:
- .env
ports:
- "7000:7000"