services: monitor: build: . ports: - "8000:8000" environment: MONITOR_LOG_LEVEL: INFO MONITOR_CHECK_TIMEOUT_SECONDS: 5 restart: unless-stopped