Update versions openvidu-server and KMS

pull/508/head
cruizba 2020-06-18 00:53:57 +02:00
parent 84a4545d45
commit 85a95bb3db
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ version: '3.1'
services: services:
openvidu-server: openvidu-server:
image: openvidu/openvidu-server:2.14.1-beta3 image: openvidu/openvidu-server:2.15.0-beta1
restart: on-failure restart: on-failure
network_mode: host network_mode: host
entrypoint: ['/bin/bash', '-c', 'export COTURN_IP=`/usr/local/bin/discover_my_public_ip.sh`; /usr/local/bin/entrypoint.sh'] entrypoint: ['/bin/bash', '-c', 'export COTURN_IP=`/usr/local/bin/discover_my_public_ip.sh`; /usr/local/bin/entrypoint.sh']
@ -41,7 +41,7 @@ services:
- COTURN_REDIS_PASSWORD=${OPENVIDU_SECRET} - COTURN_REDIS_PASSWORD=${OPENVIDU_SECRET}
kms: kms:
image: ${KMS_IMAGE:-kurento/kurento-media-server:6.13.2} image: ${KMS_IMAGE:-kurento/kurento-media-server:6.14.0}
restart: always restart: always
network_mode: host network_mode: host
ulimits: ulimits: