Out-of-the-box docker images for AppRTC with SSL and inbuilt TURN server.
421
Out-of-the-box docker images for AppRTC server with SSL support and inbuilt TURN server
https://github.com/paragpatel/AppRTC-Docker
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.
Content type
Image
Digest
sha256:83702b268…
Size
953.3 MB
Last updated
about 3 years ago
docker pull pegome/apprtc