Added NodeRed to README
This commit is contained in:
parent
6f43a87504
commit
b8c1897555
|
@ -7,4 +7,10 @@ export DATA_DIR = /some/path/to/mount
|
||||||
docker-compose --file software/container/docker-compose.yml up
|
docker-compose --file software/container/docker-compose.yml up
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Grafana
|
||||||
|
|
||||||
Then you can login to Grafana: http://localhost:3000/login (admin:admin)
|
Then you can login to Grafana: http://localhost:3000/login (admin:admin)
|
||||||
|
|
||||||
|
## NodeRed
|
||||||
|
|
||||||
|
NodeRed is running here: http://localhost:1880/
|
Loading…
Reference in a new issue