Sign inSign up

qxip/docker-janus

By qxip

Updated over 9 years ago

Janus Gateway w/ Event-Handler

Image
6

10K+

qxip/docker-janus repository overview

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
Docker Compose

You can manage this image with Compose by specifying a service like:

janus:
		container_name: janus
		image: qxip/docker-janus
		ports:
				- "7889:7889"
				- "7089:7089"
				- "8089:8089"
				- "7088:7088"
				- "8088:8088"
				- "8000:8000"
				- "8080:8080"
				- "10000-10200/udp:10000-10200/udp"
				```

Tag summary

Content type

Image

Digest

Size

265.8 MB

Last updated

over 9 years ago

docker pull qxip/docker-janus