Deployment: Update to dev version docker-compose

pull/546/head
cruizba 2020-09-23 21:40:48 +02:00
parent 353989e26b
commit bea77f5360
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-pro:2.15.1 image: openvidu/openvidu-server-pro:2.16.0-dev2
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']
@ -67,7 +67,7 @@ services:
- MAX_PORT=65535 - MAX_PORT=65535
nginx: nginx:
image: openvidu/openvidu-proxy:3.0.0 image: openvidu/openvidu-proxy:4.0.0-dev1
restart: on-failure restart: on-failure
network_mode: host network_mode: host
volumes: volumes: