Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix TURN/TURNS #106

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
change mounted volumes
  • Loading branch information
Jakobus Schürz (admin) committed Apr 24, 2023
commit 0df23941d79fd0c5b87ffdb1fdb117cd08419275
10 changes: 4 additions & 6 deletions docker-compose-coturn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,13 @@ services:
- WS_FALLBACK=false # Set to true to enable websocket fallback if the peer to peer WebRTC connection is not available to the client.
- RATE_LIMIT=false # Set to true to limit clients to 1000 requests per 5 min.
- TZ=Europa/Vienna # Time Zone
#you need to copy rtc_config_example.json to rtc_config.json and specify domain, IP address, user and password
# you need to copy rtc_config_example.json to rtc_config.json and specify domain, IP address, user and password
coturn_server:
image: "coturn/coturn"
restart: always
network_mode: "host"
volumes:
- ./turnserver.conf:/etc/coturn/turnserver.conf
- ./letsencrypt/:/etc/letsencrypt/
- ./dhparams.pem:/etc/dhparam.pem
#you need to copy turnserver_example.conf to turnserver.conf and specify domain, IP address, user and password
# create dhparams.pem with `openssl dhparam -out dhparams.pem 4096` it
# takes a very long time!!!
- ./ssl/:/etc/coturn/ssl/
# you need to copy turnserver_example.conf to turnserver.conf and specify domain, IP address, user and password
# create dhparams.pem with `openssl dhparam -out ssl/dhparams.pem 4096` it takes a very long time!!!