openvidu/openvidu-server/docker/openvidu-docker-compose
OscarSotoSanchez 974d87ea5c Update docker-compose 2020-03-26 15:11:08 +01:00
..
nginx_conf Update openvidu-server conf 2020-03-26 12:43:04 +01:00
owncert Removed not used selft certificateds 2020-03-25 12:43:30 +01:00
.env Update docker-compose 2020-03-26 15:11:08 +01:00
docker-compose.yml Update docker-compose 2020-03-26 15:11:08 +01:00
readme.md Update nginx confs 2020-03-25 17:30:41 +01:00

readme.md

Deploy Openvidu using Docker Compose

In this repository we explain how deploy a video call application stack using Openvidu Server and Openvidu Call.

1. Prerequisites:

This docker-compose running in Ubuntu 16.04 or Ubuntu 18.04. We need have a docker and docker-compose installed in the machine. For this propuse we proportionally the next documentation for how install docker and docker compose in Ubuntu.

We need open the next ports:

  • 443 TCP (OpenVidu Inspector is served on port 443 by default)
  • 4443 TCP (OpenVidu Server Pro REST API endpoint listens on port 4443 by default)
  • 3478 TCP (coturn listens on port 3478 by default)
  • 3478 UDP (opening also UDP port has been proved to facilitate connections with certain type of clients)