mirror of https://github.com/OpenVidu/openvidu.git
Update variables OV-ASG
parent
5697038f8b
commit
7e9b16d1ca
|
@ -110,7 +110,7 @@ OPENVIDU_PRO_CLUSTER_ENVIRONMENT=on_premise
|
|||
# Whether to enable or disable autoscaling. With autoscaling the number of Media Nodes will
|
||||
# be automatically adjusted according to existing load
|
||||
# Values: true | false
|
||||
OPENVIDU_PRO_CLUSTER_AUTOSCALING=false
|
||||
# OPENVIDU_PRO_CLUSTER_AUTOSCALING=false
|
||||
|
||||
# How often the autoscaling algorithm runs, in seconds
|
||||
# Type number >= 0
|
||||
|
@ -344,3 +344,9 @@ ELASTICSEARCH_PASSWORD=
|
|||
#AWS_STACK_NAME=
|
||||
#AWS_CLI_DOCKER_TAG=
|
||||
#AWS_VOLUME_SIZE=
|
||||
|
||||
# AWS ASG configuration
|
||||
# --------------------------
|
||||
RM_REDIS_IP=
|
||||
RM_REDIS_PORT=
|
||||
RM_SQS_QUEUE=
|
||||
|
|
|
@ -60,14 +60,13 @@ services:
|
|||
network_mode: host
|
||||
environment:
|
||||
- OPENVIDU_SECRET=${OPENVIDU_SECRET}
|
||||
- LOCAL_OPENVIDU_SERVER_URI=https://replication-manager:8080/
|
||||
- REDIS_HOST=127.0.0.1
|
||||
- REDIS_PORT=6379
|
||||
- LOCAL_OPENVIDU_SERVER_URI=https://127.0.0.1:5443/
|
||||
- REDIS_HOST=${RM_REDIS_IP}
|
||||
- REDIS_PORT=${RM_REDIS_PORT}
|
||||
- REDIS_PASS=${OPENVIDU_SECRET}
|
||||
- REDIS_TIMEOUT=5
|
||||
- REDIS_DB=replicationmanager
|
||||
- SNS_QUEUE_NAME=ov-sns
|
||||
- SQS_QUEUE_NAME=ov-sqs
|
||||
- SQS_QUEUE_NAME=${RM_SQS_QUEUE}
|
||||
logging:
|
||||
options:
|
||||
max-size: "${DOCKER_LOGS_MAX_SIZE:-100M}"
|
||||
|
|
Loading…
Reference in New Issue