docker-compose finds other container by service name

This commit is contained in:
simonox 2023-02-22 17:35:52 +01:00
parent 9aa8537541
commit 67c9a79bc9
2 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ The dashboard should be visible on the righmost menu item in Node-RED.
![Dashboard item](./docs/images/dashboard.png)
In Node-RED you can add a MQQT node to receive values from the power monitor.
In Node-RED you can add a MQQT node to receive values from the power monitor. As we run in `docker-compose`you don't have to use the IP address of our Eclipse Mosquitto sever, but you can simplay use `mosquitto` as the host nome.
![MQTT Node](./docs/images/2-mqtt-node.png)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 KiB

After

Width:  |  Height:  |  Size: 44 KiB