mirror of https://github.com/OpenVidu/openvidu.git
Update ov-server image to beta2
parent
20492c2b23
commit
bcea9e9af6
|
@ -5,7 +5,7 @@ services:
|
||||||
# This file not necessary change, you only need change
|
# This file not necessary change, you only need change
|
||||||
# the .env file with the necessaries variables.
|
# the .env file with the necessaries variables.
|
||||||
openvidu-server:
|
openvidu-server:
|
||||||
image: openvidu/openvidu-server:2.13.0-beta1
|
image: openvidu/openvidu-server:2.13.0-beta2
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
network_mode: host
|
network_mode: host
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -29,6 +29,7 @@ services:
|
||||||
image: kurento/${KMS_IMAGE:-kurento-media-server-dev:6.13}
|
image: kurento/${KMS_IMAGE:-kurento-media-server-dev:6.13}
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
network_mode: host
|
network_mode: host
|
||||||
|
ulimits: -1
|
||||||
environment:
|
environment:
|
||||||
- KMS_EXTERNAL_ADDRESS=auto
|
- KMS_EXTERNAL_ADDRESS=auto
|
||||||
- KMS_MIN_PORT=40000
|
- KMS_MIN_PORT=40000
|
||||||
|
|
Loading…
Reference in New Issue