Sign inSign up

adihilber/nmos-sender-enabler

By adihilber

•Updated almost 6 years ago

Activates all Senders of NMOS Devices triggered by Ember+ or WebFrontend

Image
0

363

adihilber/nmos-sender-enabler repository overview

⁠NMOS-Sender-Enabler

Activates all Senders of NMOS Devices triggered by Ember+ or WebFrontend via the NMOS IS-05 Connection API

⁠Run as a Container

There is built Version of this Container on Docker Hub⁠. It exposes Port 5000/tcp for http and Port 9000/tcp for Ember+, but the Ports could also be changed via Env-Vars -e PORT=5001 -e EMBER_PORT=9001. All of the configurations are stored in the config/config.json⁠ so make sure to run your Container with a persistant Volume for this File -v my-config:/app/config.

Example Run Comand:

docker run -d --name=NMOS-Sender-Enabler -p8080:5000 -p9000:9000 -v nmos-en-conf:/app/config adihilber/nmos-sender-enabler

Or as an Docker-Compse:

version: "2"
services:
    nmos-sender-enabler:
        image: adihilber/nmos-sender-enabler:latest
        ports:
            - 8080:5000
            - 9000:9000
        environment:
            - NODE_ENV=production
        networks:
            - default
        volumes:
            - persistent:/app/config
volumes:
    persistent:

Tag summary

Content type

Image

Digest

Size

349.8 MB

Last updated

almost 6 years ago

docker pull adihilber/nmos-sender-enabler