docker-compose updated to 2.15.0
This commit is contained in:
parent
99e4b0a35f
commit
2efa2da3a8
@ -1,3 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
docker build --build-arg OPENVIDU_TUTORIALS_VERSION="$1" -t openvidu/openvidu-basic-videoconference .
|
docker build --build-arg OPENVIDU_TUTORIALS_VERSION="$1" -t openvidu/openvidu-basic-videoconference .
|
||||||
|
docker tag openvidu/openvidu-basic-videoconference:latest openvidu/openvidu-basic-videoconference:$1
|
||||||
@ -1,3 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
docker build --build-arg OPENVIDU_TUTORIALS_VERSION="$1" -t openvidu/openvidu-basic-webinar .
|
docker build --build-arg OPENVIDU_TUTORIALS_VERSION="$1" -t openvidu/openvidu-basic-webinar .
|
||||||
|
docker tag openvidu/openvidu-basic-webinar:latest openvidu/openvidu-basic-webinar:$1
|
||||||
@ -1,3 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
docker build --build-arg OPENVIDU_TUTORIALS_VERSION="$1" -t openvidu/openvidu-classroom .
|
docker build --build-arg OPENVIDU_TUTORIALS_VERSION="$1" -t openvidu/openvidu-classroom .
|
||||||
|
docker tag openvidu/openvidu-classroom:latest openvidu/openvidu-classroom:$1
|
||||||
@ -3,35 +3,35 @@ version: '3.1'
|
|||||||
services:
|
services:
|
||||||
|
|
||||||
openvidu-basic-videoconference:
|
openvidu-basic-videoconference:
|
||||||
image: openvidu/openvidu-basic-videoconference:2.14.0
|
image: openvidu/openvidu-basic-videoconference:2.15.0
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
environment:
|
environment:
|
||||||
- OPENVIDU_URL=https://${DOMAIN_OR_PUBLIC_IP:-}:${HTTPS_PORT:-443}
|
- OPENVIDU_URL=https://${DOMAIN_OR_PUBLIC_IP:-}:${HTTPS_PORT:-443}
|
||||||
- OPENVIDU_SECRET=${OPENVIDU_SECRET:-}
|
- OPENVIDU_SECRET=${OPENVIDU_SECRET:-}
|
||||||
|
|
||||||
openvidu-basic-webinar:
|
openvidu-basic-webinar:
|
||||||
image: openvidu/openvidu-basic-webinar:2.14.0
|
image: openvidu/openvidu-basic-webinar:2.15.0
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
environment:
|
environment:
|
||||||
- OPENVIDU_URL=https://${DOMAIN_OR_PUBLIC_IP:-}:${HTTPS_PORT:-443}
|
- OPENVIDU_URL=https://${DOMAIN_OR_PUBLIC_IP:-}:${HTTPS_PORT:-443}
|
||||||
- OPENVIDU_SECRET=${OPENVIDU_SECRET:-}
|
- OPENVIDU_SECRET=${OPENVIDU_SECRET:-}
|
||||||
|
|
||||||
openvidu-classroom:
|
openvidu-classroom:
|
||||||
image: openvidu/openvidu-classroom:2.14.0
|
image: openvidu/openvidu-classroom:2.15.0
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
environment:
|
environment:
|
||||||
- OPENVIDU_URL=https://${DOMAIN_OR_PUBLIC_IP:-}:${HTTPS_PORT:-443}
|
- OPENVIDU_URL=https://${DOMAIN_OR_PUBLIC_IP:-}:${HTTPS_PORT:-443}
|
||||||
- OPENVIDU_SECRET=${OPENVIDU_SECRET:-}
|
- OPENVIDU_SECRET=${OPENVIDU_SECRET:-}
|
||||||
|
|
||||||
openvidu-getaroom:
|
openvidu-getaroom:
|
||||||
image: openvidu/openvidu-getaroom:2.14.0
|
image: openvidu/openvidu-getaroom:2.15.0
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
environment:
|
environment:
|
||||||
- OPENVIDU_URL=https://${DOMAIN_OR_PUBLIC_IP:-}:${HTTPS_PORT:-443}
|
- OPENVIDU_URL=https://${DOMAIN_OR_PUBLIC_IP:-}:${HTTPS_PORT:-443}
|
||||||
- OPENVIDU_SECRET=${OPENVIDU_SECRET:-}
|
- OPENVIDU_SECRET=${OPENVIDU_SECRET:-}
|
||||||
|
|
||||||
openvidu-call:
|
openvidu-call:
|
||||||
image: openvidu/openvidu-call:2.14.0-demos
|
image: openvidu/openvidu-call:2.15.0-demos
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
environment:
|
environment:
|
||||||
- OPENVIDU_URL=https://${DOMAIN_OR_PUBLIC_IP:-}:${HTTPS_PORT:-443}
|
- OPENVIDU_URL=https://${DOMAIN_OR_PUBLIC_IP:-}:${HTTPS_PORT:-443}
|
||||||
|
|||||||
@ -1,3 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
docker build --build-arg OPENVIDU_TUTORIALS_VERSION="$1" -t openvidu/openvidu-getaroom .
|
docker build --build-arg OPENVIDU_TUTORIALS_VERSION="$1" -t openvidu/openvidu-getaroom .
|
||||||
|
docker tag openvidu/openvidu-getaroom:latest openvidu/openvidu-getaroom:$1
|
||||||
Loading…
x
Reference in New Issue
Block a user