Skip to content

A lightweight build of coturn based on alpine linux

Notifications You must be signed in to change notification settings

instantplus/coturn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-coturn

This is a lightweight build of coturn based on alpine linux.

build the docker image

docker build -t instantplus/coturn:latest ./

pull latest image from dockerhub

docker pull instantplus/coturn:latest

run the built container

docker run -it coturn \
  --verbose \
  --fingerprint \
  --lt-cred-mech \
  --user=username:password \
  --realm=instant.plus \
  --log-file stdouts

Notes

  • The startup script will auto-discover a public and private IP address, which can be environmentally overridden;
  • The startup script will also accept a JSON_CONFIG environment variable containing a JSON formatted string with a config key array of lines to add to the generated coturn configuration file;
  • There is presently support compiled in for sqlite3, redis, mysql, and postgresql;
  • Mongo support is commented out, as it adds 130M to the image size.

About

A lightweight build of coturn based on alpine linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published