beta tag removed from docker-compose image versions

pull/447/head
pabloFuente 2020-04-23 12:26:43 +02:00
parent 8941f9025a
commit 5da8ec079f
2 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@ services:
# It's very important expose your application in port 5442 # It's very important expose your application in port 5442
# and use the http protocol. # and use the http protocol.
app: app:
image: openvidu/openvidu-call:2.13.0-beta5 image: openvidu/openvidu-call:2.12.0
restart: on-failure restart: on-failure
ports: ports:
- "5442:80" - "5442:80"

View File

@ -18,7 +18,7 @@ version: '3.1'
services: services:
openvidu-server: openvidu-server:
image: openvidu/openvidu-server:2.13.0-beta9 image: openvidu/openvidu-server:2.13.0
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']
@ -55,7 +55,7 @@ services:
network_mode: host network_mode: host
coturn: coturn:
image: openvidu/openvidu-coturn:1.0.0-beta2 image: openvidu/openvidu-coturn:1.0.0
restart: on-failure restart: on-failure
network_mode: host network_mode: host
environment: environment:
@ -67,7 +67,7 @@ services:
- MAX_PORT=65535 - MAX_PORT=65535
nginx: nginx:
image: openvidu/openvidu-proxy:1.0.0-beta6 image: openvidu/openvidu-proxy:1.0.0
restart: on-failure restart: on-failure
network_mode: host network_mode: host
volumes: volumes: