Files
sysmonstm/ctrl/edge/docker-compose.yml
buenosairesam 0cd8d1516f
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
sysmonstm setup
2026-01-22 18:30:30 -03:00

17 lines
316 B
YAML

services:
edge:
image: registry.mcrn.ar/sysmonstm/edge:latest
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