After running the eclipse-mosquitto, influxdb and grafana dockers, I get the following error when I try add a datasource in grafana InfluxDB Error: Bad Gateway.
I am not using a VM - It's a fresh ubuntu 20.04 install. My app.py looks like the following:
Hi,
After running the eclipse-mosquitto, influxdb and grafana dockers, I get the following error when I try add a datasource in grafana InfluxDB Error: Bad Gateway.
I am not using a VM - It's a fresh ubuntu 20.04 install. My app.py looks like the following:
and the docker compose:
"Note: There are two entries! Don’t use the loopback address (127.0.0.1) as the ports will clash with the mosquitto MQTT broker."
In the writeup you mention not to use the loopback address. Is using 0.0.0.0 correct if everything is running on the same machine?