services: monitor: build: . ports: - "8000:8000" environment: MONITOR_LOG_LEVEL: INFO MONITOR_TOTAL_TIMEOUT_SECONDS: 10 restart: unless-stopped