An open API service indexing awesome lists of open source software.

https://github.com/michaelbukachi/janus

A docker image for janus webrtc server
https://github.com/michaelbukachi/janus

docker docker-compose janus

Last synced: 3 months ago
JSON representation

A docker image for janus webrtc server

Awesome Lists containing this project

README

        

# janus
A docker image for janus webrtc server

### docker-compose.yml example:
```
version: '3.4'

services:
janus: michaelbukachi/janus:latest
image:
ports:
- 8088:8088
- 8089:8089
```