agent-system/compose/monitor-agent.yml

10 lines
318 B
YAML
Raw Normal View History

services:
monitor-agent:
build: ./monitor-agent
environment:
NODE_NAME: ${NODE_NAME:-}
ORCHESTRATOR_URL: ${ORCHESTRATOR_URL:?set ORCHESTRATOR_URL}
SERVICES_TO_CHECK: ${SERVICES_TO_CHECK:-homeassistant,lms,forgejo}
INTERVAL_SECONDS: ${INTERVAL_SECONDS:-30}
restart: unless-stopped