services: monitor: build: . ports: - "8000:8000" environment: MONITOR_LOG_LEVEL: INFO MONITOR_REQUEST_TIMEOUT_SECONDS: "5" MONITOR_CONNECT_TIMEOUT_SECONDS: "2" MONITOR_MAX_REDIRECTS: "5" read_only: true tmpfs: - /tmp security_opt: - no-new-privileges:true