This repository provides a convenient Dockerized setup for running NodeCG with your custom bundles.
- Uses a packaged version of NodeCG
- Installs all required dependencies
- Supports custom bundles via the
/bundlesdirectory - Simple startup with Docker Compose
-
Clone this repository:
git clone https://github.com/skymidy/nodeCG-docker.git cd nodeCG-docker -
Add your bundles: Place your NodeCG bundles in the
bundles/directory. -
Build and start the container:
docker compose up -d --build
-
Access NodeCG: Open your browser and go to http://localhost:9090
-
Logs: To view logs, run:
docker compose logs -f
Dockerfile– Builds the NodeCG imagedocker-compose.yml– Orchestrates the containerbundles/– Place your custom NodeCG bundles herepackage.json– Required file for running NodeCG as a package
This project uses NodeCG, an open-source framework for broadcast graphics and automation. All credit for NodeCG goes to its original authors and contributors.
MIT