mirror of https://github.com/OpenVidu/openvidu.git
15 lines
444 B
YAML
15 lines
444 B
YAML
version: '3.1'
|
|
|
|
services:
|
|
# Change this if your want use your own application.
|
|
# It's very important expose your application in port 5443
|
|
# and use the http protocol.
|
|
app:
|
|
image: openvidu/openvidu-call:2.13.0-beta1
|
|
restart: on-failure
|
|
ports:
|
|
- "5442:80"
|
|
environment:
|
|
- OPENVIDU_URL=https://${OPENVIDU_DOMAIN_OR_PUBLIC_IP}
|
|
- OPENVIDU_SECRET=${OPENVIDU_SECRET}
|