Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker containarized #137

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Docker containarized #137

wants to merge 2 commits into from

Conversation

ausrasul
Copy link

@ausrasul ausrasul commented Mar 4, 2017

Hi,
I've created a dockerfiles for this application, splitting it into three containers, ws-relay, http-server and ffmpeg stream.

The whole application can be run:
$ docker-compose up -d

and stopped:
$ docker-compose down

I've also added a "package.json" that will help build the npm container.
And also an index.html which is a copy of your html file, but this rename is so it will be served by default.

I would later expose some of the ports to the docker-compose commandline arguments for flexibility.

Hope you would like to add this to your branch.

Aus Rasul and others added 2 commits March 1, 2017 10:13
Three containers:
	websocket relay container.
	http-server container.
	ffmpeg container.

TODO
	Add Compose file with camera device forward.
Added docker-compose file
@RyanEwen
Copy link

RyanEwen commented Sep 4, 2021

Would love something like this to make it easier to get going!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants