Skip to content
This repository has been archived by the owner on Mar 21, 2023. It is now read-only.

Latest commit

 

History

History
17 lines (13 loc) · 619 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 619 Bytes

docker-node-red

Docker image for Node-Red

Example

Place any existing flows named as flows_nodered.json in /nodered/ on the host. The --link mqtt:mqtt is optional, but could be used to open communications if you have mosquitto container already running and its called mqtt.

docker run --name nodered --link mqtt:mqtt -p 1880:1880 -v /nodered:/data -d -e FLOWS=flows_nodered.json gavindekock/docker-node-red

This image has node-red plugins installed for:

  • mongodb
  • node-red-node-pushover
  • node-red-node-tfl
  • node-red-node-weather-underground
  • node-red-node-ping