17 lines
279 B
YAML
17 lines
279 B
YAML
services:
|
|
edge:
|
|
build: .
|
|
container_name: sysmonstm-edge
|
|
restart: unless-stopped
|
|
environment:
|
|
- API_KEY=${API_KEY:-}
|
|
- LOG_LEVEL=${LOG_LEVEL:-INFO}
|
|
ports:
|
|
- "8080:8080"
|
|
networks:
|
|
- gateway
|
|
|
|
networks:
|
|
gateway:
|
|
external: true
|