deployment: Add OPENVIDU_PRO_DOCKER_REGISTRIES for private docker repositories usage in media nodes

pull/771/head
cruizba 2022-12-15 17:37:50 +01:00
parent 5d38aaeddf
commit 41ca11f9df
3 changed files with 27 additions and 0 deletions

View File

@ -387,6 +387,15 @@ ELASTICSEARCH_PASSWORD=
# - https://docs.openvidu.io/en/stable/deployment/pro/on-premises/#coturn-configuration
OPENVIDU_PRO_COTURN_IN_MEDIA_NODES=false
# Private Docker registries for custom images
# --------------------------
# By default OpenVidu PRO/Enterprise uses the public Docker Hub registry to pull the images,
# but if you want to use a private registry, you can define your own repository and credentials
# in this environment variable.
# You can define as many registries as you want, each repository must be separated by a comma.
# The format of the variable is: OPENVIDU_PRO_DOCKER_REGISTRIES=["serveraddress=yourserver.com,username=user,password=pass"]
# OPENVIDU_PRO_DOCKER_REGISTRIES=
# Cloudformation configuration
# --------------------------

View File

@ -327,3 +327,12 @@ ELASTICSEARCH_PASSWORD=
# the verbosity level of the logs of KMS
# Documentation: https://doc-kurento.readthedocs.io/en/stable/features/logging.html
# KMS_DOCKER_ENV_GST_DEBUG=
# Private Docker registries for custom images
# --------------------------
# By default OpenVidu PRO/Enterprise uses the public Docker Hub registry to pull the images,
# but if you want to use a private registry, you can define your own repository and credentials
# in this environment variable.
# You can define as many registries as you want, each repository must be separated by a comma.
# The format of the variable is: OPENVIDU_PRO_DOCKER_REGISTRIES=["serveraddress=yourserver.com,username=user,password=pass"]
# OPENVIDU_PRO_DOCKER_REGISTRIES=

View File

@ -384,6 +384,15 @@ ELASTICSEARCH_PASSWORD=
# - https://docs.openvidu.io/en/stable/deployment/pro/on-premises/#coturn-configuration
OPENVIDU_PRO_COTURN_IN_MEDIA_NODES=false
# Private Docker registries for custom images
# --------------------------
# By default OpenVidu PRO/Enterprise uses the public Docker Hub registry to pull the images,
# but if you want to use a private registry, you can define your own repository and credentials
# in this environment variable.
# You can define as many registries as you want, each repository must be separated by a comma.
# The format of the variable is: OPENVIDU_PRO_DOCKER_REGISTRIES=["serveraddress=yourserver.com,username=user,password=pass"]
# OPENVIDU_PRO_DOCKER_REGISTRIES=
# Cloudformation configuration
# --------------------------
# If you're working outside AWS ignore this section