deploymen: Bump openvidu-server versions

pull/648/head
cruizba 2021-07-02 12:13:14 +02:00
parent 23c67db989
commit b7ff9d66e1
3 changed files with 8 additions and 8 deletions

View File

@ -22,7 +22,7 @@ version: '3.1'
services:
openvidu-server:
image: openvidu/openvidu-server:2.18.0
image: openvidu/openvidu-server:2.19.0-beta1
restart: on-failure
network_mode: host
entrypoint: ['/usr/local/bin/entrypoint.sh']
@ -78,7 +78,7 @@ services:
image: openvidu/openvidu-coturn:4.0.0
restart: on-failure
network_mode: host
environment:
environment:
- REDIS_IP=127.0.0.1
- DB_NAME=0
- DB_PASSWORD=${OPENVIDU_SECRET}

View File

@ -22,7 +22,7 @@ version: '3.1'
services:
openvidu-server:
image: openvidu/openvidu-server-pro:2.18.0
image: openvidu/openvidu-server-pro:2.19.0-beta8
restart: on-failure
network_mode: host
entrypoint: ['/usr/local/bin/entrypoint.sh']
@ -89,7 +89,7 @@ services:
image: openvidu/openvidu-coturn:4.0.0
restart: on-failure
network_mode: host
environment:
environment:
- REDIS_IP=127.0.0.1
- DB_NAME=0
- DB_PASSWORD=${OPENVIDU_SECRET}

View File

@ -22,7 +22,7 @@ version: '3.1'
services:
openvidu-server:
image: openvidu/openvidu-server-pro:2.18.0
image: openvidu/openvidu-server-pro:2.19.0-beta8
restart: on-failure
network_mode: host
entrypoint: ['/usr/local/bin/entrypoint.sh']
@ -65,7 +65,7 @@ services:
image: openvidu/openvidu-coturn:4.0.0
restart: on-failure
network_mode: host
environment:
environment:
- REDIS_IP=127.0.0.1
- DB_NAME=0
- DB_PASSWORD=${OPENVIDU_SECRET}
@ -122,8 +122,8 @@ services:
- 9200:9200
volumes:
- ./elasticsearch:/usr/share/elasticsearch/data
command: >
/bin/bash -c "elasticsearch-users useradd ${ELASTICSEARCH_USERNAME}
command: >
/bin/bash -c "elasticsearch-users useradd ${ELASTICSEARCH_USERNAME}
-p ${ELASTICSEARCH_PASSWORD} -r superuser;
elasticsearch-users passwd ${ELASTICSEARCH_USERNAME} -p ${ELASTICSEARCH_PASSWORD};
docker-entrypoint.sh"