mirror of https://github.com/OpenVidu/openvidu.git
openvidu docker file updated
parent
de4af3ccd9
commit
b7a36700f9
|
@ -46,7 +46,6 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- /core:/core
|
- /core:/core
|
||||||
environment:
|
environment:
|
||||||
- KMS_EXTERNAL_ADDRESS=auto
|
|
||||||
- KMS_MIN_PORT=40000
|
- KMS_MIN_PORT=40000
|
||||||
- KMS_MAX_PORT=57000
|
- KMS_MAX_PORT=57000
|
||||||
- GST_DEBUG=${KMS_DEBUG_LEVEL:-}
|
- GST_DEBUG=${KMS_DEBUG_LEVEL:-}
|
||||||
|
|
|
@ -3,6 +3,8 @@ MAINTAINER openvidu@gmail.com
|
||||||
|
|
||||||
# Install Java, supervisor and netstat
|
# Install Java, supervisor and netstat
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
|
curl \
|
||||||
|
wget \
|
||||||
openjdk-8-jre \
|
openjdk-8-jre \
|
||||||
coturn \
|
coturn \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
Loading…
Reference in New Issue