deployment: Update external TURN to version 4.6.2

pull/816/head
cruizba 2023-06-27 15:14:30 +02:00
parent 16c417e8e4
commit 554fa142fc
2 changed files with 2 additions and 2 deletions

View File

@ -209,7 +209,7 @@ Resources:
# and we need to install coturn and fill the .env file
if [ ! -d "$WORKIND_DIR" ]; then
# This means it is the first time we run this script
curl https://s3.eu-west-1.amazonaws.com/aws.openvidu.io/external-turn/4.5.2/install_openvidu_external_coturn.sh | bash
curl https://s3.eu-west-1.amazonaws.com/aws.openvidu.io/external-turn/4.6.2/install_openvidu_external_coturn.sh | bash
cd "$WORKIND_DIR"
# Replace environment variables
sed -i "s|TURN_DOMAIN_NAME=.*|TURN_DOMAIN_NAME=${MyDomainName}|" .env

View File

@ -4,7 +4,7 @@ COTURN_FOLDER="coturn"
CERTBOT_WRAPPER="${COTURN_FOLDER}/certbot-wrapper"
COTURN_VERSION=master
DOWNLOAD_URL="https://raw.githubusercontent.com/OpenVidu/openvidu/master/openvidu-server/deployments/external-turn/${COTURN_VERSION}"
#COTURN_VERSION=4.5.2
#COTURN_VERSION=4.6.2
#DOWNLOAD_URL="https://s3.eu-west-1.amazonaws.com/aws.openvidu.io/external-turn/${COTURN_VERSION}"
# Support docker compose v1 and v2