Disable the node_exporter in Docker
Disable the Prometheus node_exporter by default in the Docker image. The node_exporter requires access to the host, so it doesn't make sense to run it in the application image. It also causes log error noise.
Closes: #3223 (closed)