mirror of https://github.com/OpenVidu/openvidu.git
12 lines
282 B
YAML
12 lines
282 B
YAML
![]() |
version: '3.1'
|
||
|
|
||
|
services:
|
||
|
app:
|
||
|
image: openvidu/openvidu-call:2.13.0-beta1
|
||
|
restart: on-failure
|
||
|
ports:
|
||
|
- "5442:80"
|
||
|
environment:
|
||
|
- OPENVIDU_URL=https://${DOMAIN_OR_PUBLIC_IP}
|
||
|
- OPENVIDU_SECRET=${OPENVIDU_SECRET}
|