A Docker container with the Coturn TURN server
Build with: docker build -t turnserver:0.1.0 .
docker run -d -p 3478:3478 -e "TURN_USER=foo" -e "TURN_PASS=bar" -e "TURN_REALM=mydomain" mrballcb/turn-server-docker-build
It is not really intended to be used standalone. It is intended to be used in AWS, fronted by an ELB that is doing TLS with simple http on the backend into this container running in Kubernetes. Refer to the charts/README.md for more info on Kube usage.
The local cli interface is active. To disable it, you need to add -e TURN_ARGS="--no-cli" to the commandline.
Adapted from original work done by: Anastasia Zolochevska [email protected]
Original command:
sudo docker run -d -p 3478:3478 -p 3478:3478/udp --restart=always zolochevska/turn-server username password realm