new three layer deployment
This commit is contained in:
16
ctrl/edge/docker-compose.yml
Normal file
16
ctrl/edge/docker-compose.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
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
|
||||
Reference in New Issue
Block a user