https://github.com/allanoricil/node-red-verdaccio
Node-red instance with a custom catalogue using Verdaccio
https://github.com/allanoricil/node-red-verdaccio
docker-compose node-red verdaccio
Last synced: about 2 months ago
JSON representation
Node-red instance with a custom catalogue using Verdaccio
- Host: GitHub
- URL: https://github.com/allanoricil/node-red-verdaccio
- Owner: AllanOricil
- Created: 2023-10-04T22:06:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-22T18:54:51.000Z (over 2 years ago)
- Last Synced: 2025-01-14T08:11:22.086Z (over 1 year ago)
- Topics: docker-compose, node-red, verdaccio
- Language: JavaScript
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node-red with private Catalogue
This project was created to learn:
- how to use verdaccio as a custom catalogue in node-red.
- how to preload verdaccio with pre-defined configurations and plugins.
- how to preload node-red with pre-defined configurations and nodes.
## Services
````bash
verdaccio : http://localhost:4873
catalogue-builder : http://localhost:8080/catalogue.json
node-red : http://localhost:1880
````
## Requirements
- Docker >= 24.0.6
- Docker Compose >= v2.22.0
## Run
````bash
docker-compose up
````