8 lines
100 B
YAML
8 lines
100 B
YAML
services:
|
|
channel_gateway:
|
|
build: .
|
|
env_file:
|
|
- .env
|
|
ports:
|
|
- "7000:7000"
|