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.
- Host: GitHub
- URL: https://github.com/csteinba/node-red-docker
- Owner: csteinba
- Created: 2023-03-24T22:37:14.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-24T22:49:54.000Z (over 3 years ago)
- Last Synced: 2025-03-23T07:33:32.855Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`