Skip to content

Up to date docker image to run the Janus Webrtc Gateway Server

Notifications You must be signed in to change notification settings

bredfern/docker-janus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Janus Gateway

Build

From within the project folder run this command:

docker build --tag=janus .

Ports

Port Description
8088 RESTful API
8188 WebSocket API
8089 Restful on SSL
8189 Websocket on SSL
7088 RESTful Admin API
7188 Admin API on SSL

Run

From within the project folder run this command:

docker run -d -p 7088:7088 -p 7089:7089 -p 8088:8088 -p 8089:8089 -p 8188:8188 -p 8189:8189 janus

About

Up to date docker image to run the Janus Webrtc Gateway Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published