An open API service indexing awesome lists of open source software.

https://github.com/csteinba/node-red-docker

Build & run your custom Node-RED docker image.
https://github.com/csteinba/node-red-docker

Last synced: 3 months ago
JSON representation

Build & run your custom Node-RED docker image.

Awesome Lists containing this project

README

          

# Node-RED Docker

Build & run your custom Node-RED docker image.

## Features
* overwrite the default settings.js file with your own settings.
* install additional nodes

## Build & Run with docker compose

Build & run container with `docker compose up -d --build`

Stop container with `docker compose down`