rocket-pool / smartnode-install

The install script for a Rocket Pool smart node.
GNU General Public License v3.0
129 stars 77 forks source link

Remove monitor-net from prometheus.tmpl #136

Closed yorickdowne closed 1 month ago

yorickdowne commented 2 months ago

As per https://stackoverflow.com/questions/66676204/prometheus-node-exporter-in-docker-host-networking-vs-hostnames/66689508#66689508 a hard-coded bridge network is not necessary when using host.docker.internal:host-gateway

Removing it allows the use of the Grafana stack in environments where other Docker stacks also run, and the hard-coded monitor-net may "step on" existing bridge networks.