Update openvidu docker image for use coturn

pull/431/head
OscarSotoSanchez 2020-03-25 13:02:26 +01:00
parent fec3dff148
commit 8cfd8904e7
2 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,7 @@
version: '3.1'
services:
openvidu-ce:
openvidu-server:
image: openvidu/openvidu-server:2.12.0
entrypoint: ["java", "-jar", "/openvidu-server.jar"]
restart: on-failure
@ -45,7 +45,7 @@ services:
- MIN_PORT=40000
- MAX_PORT=65535
proxy:
openvidu-proxy:
image: openvidu-nginx
restart: on-failure
network_mode: host

View File

@ -5,6 +5,7 @@ MAINTAINER openvidu@gmail.com
RUN apt-get update && apt-get install -y \
openjdk-8-jre \
supervisor \
coturn \
&& rm -rf /var/lib/apt/lists/*
# Configure supervisor