openvidu-deployment: Add COTURN_INTERNAL_RELAY configuration to route TURN traffic through internal network

v2
cruizba 2025-12-04 16:13:19 +01:00
parent dc8626fbf4
commit 79872ca288
2 changed files with 13 additions and 0 deletions

View File

@ -399,6 +399,13 @@ ELASTICSEARCH_PASSWORD=
# - https://docs.openvidu.io/en/stable/deployment/pro/on-premises/#coturn-configuration
OPENVIDU_PRO_COTURN_IN_MEDIA_NODES=false
# TURN traffic through internal network
# --------------------------
# Wether to route TURN traffic through the internal network
# Default value is COTURN_INTERNAL_RELAY=true
COTURN_INTERNAL_RELAY=true
# Private Docker registries for custom images
# --------------------------
# By default OpenVidu PRO/Enterprise uses the public Docker Hub registry to pull the images,

View File

@ -395,6 +395,12 @@ ELASTICSEARCH_PASSWORD=
# - https://docs.openvidu.io/en/stable/deployment/pro/on-premises/#coturn-configuration
OPENVIDU_PRO_COTURN_IN_MEDIA_NODES=false
# TURN traffic through internal network
# --------------------------
# Wether to route TURN traffic through the internal network
# Default value is COTURN_INTERNAL_RELAY=true
COTURN_INTERNAL_RELAY=true
# Private Docker registries for custom images
# --------------------------
# By default OpenVidu PRO/Enterprise uses the public Docker Hub registry to pull the images,