Skip to content

skymidy/nodeCG-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodeCG Docker

This repository provides a convenient Dockerized setup for running NodeCG with your custom bundles.

Features

  • Uses a packaged version of NodeCG
  • Installs all required dependencies
  • Supports custom bundles via the /bundles directory
  • Simple startup with Docker Compose

Getting Started

Prerequisites

Quick Start

  1. Clone this repository:

    git clone https://github.com/skymidy/nodeCG-docker.git
    cd nodeCG-docker
  2. Add your bundles: Place your NodeCG bundles in the bundles/ directory.

  3. Build and start the container:

    docker compose up -d --build
  4. Access NodeCG: Open your browser and go to http://localhost:9090

  5. Logs: To view logs, run:

    docker compose logs -f

Project Structure

  • Dockerfile – Builds the NodeCG image
  • docker-compose.yml – Orchestrates the container
  • bundles/ – Place your custom NodeCG bundles here
  • package.json – Required file for running NodeCG as a package

Credits

This project uses NodeCG, an open-source framework for broadcast graphics and automation. All credit for NodeCG goes to its original authors and contributors.

License

MIT

About

Dockerized NodeCG setup using packeged version

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors