Added docker file so you can build it. Added Organization Brutally forced the index.js to be a module for ease-of-access Got some of the federation to work. Just some.
9 lines
174 B
YAML
9 lines
174 B
YAML
services:
|
|
channelviewer:
|
|
restart: unless-stopped
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
image: channelviewer:latest
|
|
ports:
|
|
- 4000:4000
|