mirror of https://github.com/OpenVidu/openvidu.git
deployment: Update external TURN to version 4.6.2
parent
16c417e8e4
commit
554fa142fc
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue