Update ov-server image to beta2

pull/431/head
micaelgallego 2020-03-29 12:03:24 +02:00
parent 20492c2b23
commit bcea9e9af6
1 changed files with 2 additions and 1 deletions

View File

@ -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