Skip to content

Commit

Permalink
Updated docker-compose.yml to 2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloFuente committed May 12, 2020
1 parent bc5e525 commit 96de549
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions docker/openvidu-demos-docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,39 +3,40 @@ version: '3.1'
services:

openvidu-basic-videoconference:
image: openvidu/openvidu-basic-videoconference:2.13.0
image: openvidu/openvidu-basic-videoconference:2.14.0
restart: on-failure
environment:
- OPENVIDU_URL=https://${DOMAIN_OR_PUBLIC_IP:-}:${HTTPS_PORT:-443}
- OPENVIDU_SECRET=${OPENVIDU_SECRET:-}

openvidu-basic-webinar:
image: openvidu/openvidu-basic-webinar:2.13.0
image: openvidu/openvidu-basic-webinar:2.14.0
restart: on-failure
environment:
- OPENVIDU_URL=https://${DOMAIN_OR_PUBLIC_IP:-}:${HTTPS_PORT:-443}
- OPENVIDU_SECRET=${OPENVIDU_SECRET:-}

openvidu-classroom:
image: openvidu/openvidu-classroom:2.13.0
image: openvidu/openvidu-classroom:2.14.0
restart: on-failure
environment:
- OPENVIDU_URL=https://${DOMAIN_OR_PUBLIC_IP:-}:${HTTPS_PORT:-443}
- OPENVIDU_SECRET=${OPENVIDU_SECRET:-}

openvidu-getaroom:
image: openvidu/openvidu-getaroom:2.13.0
image: openvidu/openvidu-getaroom:2.14.0
restart: on-failure
environment:
- OPENVIDU_URL=https://${DOMAIN_OR_PUBLIC_IP:-}:${HTTPS_PORT:-443}
- OPENVIDU_SECRET=${OPENVIDU_SECRET:-}

openvidu-call:
image: openvidu/openvidu-call:2.12.0-demos
image: openvidu/openvidu-call:2.14.0-demos
restart: on-failure
environment:
- OPENVIDU_URL=https://${DOMAIN_OR_PUBLIC_IP:-}:${HTTPS_PORT:-443}
- OPENVIDU_SECRET=${OPENVIDU_SECRET:-}
- CALL_OPENVIDU_CERTTYPE=${CERTIFICATE_TYPE}

demos-page:
image: openvidu/openvidu-demo-proxy:1.0.0
Expand All @@ -47,4 +48,4 @@ services:
- URL_OV_BASIC_WEBINAR=openvidu-basic-webinar:5000
- URL_OV_CLASSROOM=openvidu-classroom:5000
- URL_OV_GETAROOM=openvidu-getaroom:80
- URL_OV_CALL=openvidu-call:80
- URL_OV_CALL=openvidu-call:5000

0 comments on commit 96de549

Please sign in to comment.