Skip to content
This repository has been archived by the owner on Jul 17, 2020. It is now read-only.

Commit

Permalink
Update to release 2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloFuente committed May 12, 2020
1 parent 08c7d08 commit d649cb1
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docker/media-node/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:
- GST_DEBUG=${KMS_DEBUG_LEVEL:-}

nginx:
image: openvidu/openvidu-proxy:2.0.0-beta4
image: openvidu/openvidu-proxy:2.0.0
entrypoint: ['/bin/sh', '-c', 'nginx -g "daemon on;" && tail -f /var/log/nginx/*.log']
restart: on-failure
network_mode: host
Expand Down
2 changes: 1 addition & 1 deletion docker/media-node/install_media_node.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

MEDIA_NODE_FOLDER=kms
MEDIA_NODE_VERSION=master
MEDIA_NODE_VERSION=v2.14.0
NGINX_CONF_FOLDER=${MEDIA_NODE_FOLDER}/nginx_conf

fatal_error() {
Expand Down
2 changes: 1 addition & 1 deletion docker/openvidu-server-pro/docker-compose.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
#
# --------------------------------------------------------------
app:
image: openvidu/openvidu-call:2.14.0-beta11
image: openvidu/openvidu-call:2.14.0
restart: on-failure
ports:
- "5442:5000"
Expand Down
4 changes: 2 additions & 2 deletions docker/openvidu-server-pro/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ version: '3.1'
services:

openvidu-server:
image: openvidu/openvidu-server-pro:2.14.0-beta1
image: openvidu/openvidu-server-pro:2.14.0
restart: on-failure
network_mode: host
entrypoint: ['/bin/bash', '-c', 'export COTURN_IP=`/usr/local/bin/discover_my_public_ip.sh`; /usr/local/bin/entrypoint.sh']
Expand Down Expand Up @@ -62,7 +62,7 @@ services:
- MAX_PORT=65535

nginx:
image: openvidu/openvidu-proxy:2.0.0-beta4
image: openvidu/openvidu-proxy:2.0.0
restart: on-failure
network_mode: host
entrypoint: ['/bin/sh', '-c', 'htpasswd -bc /etc/nginx/kibana.htpasswd "${KIBANA_USER}" "${KIBANA_PASSWORD}" && /usr/local/bin/entrypoint.sh']
Expand Down
2 changes: 1 addition & 1 deletion docker/openvidu-server-pro/install_openvidu_pro.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Global variables
OPENVIDU_FOLDER=openvidu
OPENVIDU_VERSION=master
OPENVIDU_VERSION=v2.14.0
AWS_SCRIPTS_FOLDER=${OPENVIDU_FOLDER}/cluster/aws
ELASTICSEARCH_FOLDER=${OPENVIDU_FOLDER}/elasticsearch

Expand Down

0 comments on commit d649cb1

Please sign in to comment.