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