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

gavindekock/docker-node-red

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

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

About

Docker image for Node-Red

Resources

Stars

Watchers

Forks

Packages

No packages published