11 lines
247 B
YAML
11 lines
247 B
YAML
services:
|
|
gateway:
|
|
build: .
|
|
image: telemt-api-gateway:local
|
|
ports:
|
|
- "8080:8080"
|
|
volumes:
|
|
- ./config.compose.yaml:/etc/telemt-gateway/config.yaml:ro
|
|
environment:
|
|
CONFIG_PATH: /etc/telemt-gateway/config.yaml
|