Sign inSign up

pegome/apprtc

By pegome

Updated about 3 years ago

Out-of-the-box docker images for AppRTC with SSL and inbuilt TURN server.

Image
0

421

pegome/apprtc repository overview

Out-of-the-box docker images for AppRTC server with SSL support and inbuilt TURN server

Repository

https://github.com/paragpatel/AppRTC-Docker

AppRTC server with SSL support and inbuilt TURN server

Linux:

docker run -e PUBLIC_IP=<server public domain/IP> \
--net=host \
-v ${PWD}/letsencrypt/privkey.pem:/cert/key.pem \
-v ${PWD}/letsencrypt/fullchain.pem:/cert/cert.pem \
-v ${PWD}/logs:/webrtc_avconf \
pegome/apprtc

Mac:

docker run -e PUBLIC_IP=<server public domain/IP> \
-p 442:443 -p 8089:8089 -p 3478:3478 -p 3478:3478/udp -p 3033:3033 -p 59000-59100:59000-59100/udp \
-v ${PWD}/letsencrypt/privkey.pem:/cert/key.pem \
-v ${PWD}/letsencrypt/fullchain.pem:/cert/cert.pem \
-v ${PWD}/logs:/webrtc_avconf \
pegome/apprtc

Note: you need a SSL key and cert for your domain to work this docker.

Tag summary

Content type

Image

Digest

sha256:83702b268

Size

953.3 MB

Last updated

about 3 years ago

docker pull pegome/apprtc