Skip to content

Commit

Permalink
Release 2.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloFuente committed Mar 5, 2021
1 parent d7b607c commit 1130f14
Show file tree
Hide file tree
Showing 74 changed files with 138,152 additions and 164,369 deletions.
10 changes: 5 additions & 5 deletions docker/openvidu-demos-docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,35 +3,35 @@ version: '3.1'
services:

openvidu-basic-videoconference:
image: openvidu/openvidu-basic-videoconference:2.16.0
image: openvidu/openvidu-basic-videoconference:2.17.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.16.0
image: openvidu/openvidu-basic-webinar:2.17.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.16.0
image: openvidu/openvidu-classroom:2.17.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.16.0
image: openvidu/openvidu-getaroom:2.17.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.16.0-demos
image: openvidu/openvidu-call:2.17.0-demos
restart: on-failure
environment:
- OPENVIDU_URL=https://${DOMAIN_OR_PUBLIC_IP:-}:${HTTPS_PORT:-443}
Expand Down
Loading

0 comments on commit 1130f14

Please sign in to comment.