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

15 lines
448 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.
2020-03-30 18:56:05 +02:00
# It's very important expose your application in port 5442
2020-03-27 16:09:32 +01:00
# and use the http protocol.
2020-03-27 13:21:26 +01:00
app:
image: openvidu/openvidu-call:2.12.0
2020-03-27 13:21:26 +01:00
restart: on-failure
ports:
- "5442:80"
environment:
- OPENVIDU_URL=https://${DOMAIN_OR_PUBLIC_IP}:${HTTPS_PORT:-443}
2020-03-27 13:21:26 +01:00
- OPENVIDU_SECRET=${OPENVIDU_SECRET}