diff --git a/openvidu-server/deployments/enterprise/master-node/.env b/openvidu-server/deployments/enterprise/master-node/.env index 45e2bf55..ff32d048 100644 --- a/openvidu-server/deployments/enterprise/master-node/.env +++ b/openvidu-server/deployments/enterprise/master-node/.env @@ -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 # -------------------------- diff --git a/openvidu-server/deployments/pro/docker-compose/mono-node/.env b/openvidu-server/deployments/pro/docker-compose/mono-node/.env index 46981644..c73bf29d 100644 --- a/openvidu-server/deployments/pro/docker-compose/mono-node/.env +++ b/openvidu-server/deployments/pro/docker-compose/mono-node/.env @@ -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= diff --git a/openvidu-server/deployments/pro/docker-compose/openvidu-server-pro/.env b/openvidu-server/deployments/pro/docker-compose/openvidu-server-pro/.env index aaa306b4..da8a8d42 100644 --- a/openvidu-server/deployments/pro/docker-compose/openvidu-server-pro/.env +++ b/openvidu-server/deployments/pro/docker-compose/openvidu-server-pro/.env @@ -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