openvidu/openvidu-server/docker/openvidu-docker-compose/docker-compose.override.yml

15 lines
435 B
YAML
Raw Normal View History

2020-03-27 13:21:26 +01:00
version: '3.1'
services:
2020-03-27 16:09:32 +01:00
# Change this if your want use your own application.
# It's very important expose your application in port 5443
# and use the http protocol.
2020-03-27 13:21:26 +01:00
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}