Skip to content

A dockerfile and supporting scripts for building a janus (see https://github.com/meetecho/janus) instance

Notifications You must be signed in to change notification settings

QXIP/docker-janus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JANUS Gateway + Docker

This Docker container provides a fully configured Janus Gateway from Meetecho w/ Event API and Demo Server for quick prototyping of Janus plugins.

Docker Images

Images for this container are available at https://hub.docker.com/r/qxip/docker-janus

Docker Run & Mapping

The following command should provide a fully functional container w/ basic mapping

docker run -tid --name janus \
-p 7889:7889 -p 7089:7089 -p 8089:8089 -p 7088:7088 \
-p 8088:8088 -p 8000:8000 -p 8080:8080 \
-p 10000-10200/udp:10000-10200/udp \
qxip/docker-janus

Usage

Before using, you MUST accept the server self-signed certificate:

  • browse to server: :8080
  • browse to demos: :8089

Docker Compose

See docker-compose.yml

About

A dockerfile and supporting scripts for building a janus (see https://github.com/meetecho/janus) instance

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 81.5%
  • Makefile 10.1%
  • JavaScript 8.4%