deployment-openvidu-pro: Bumb coturn and nginx images

pull/553/head
cruizba 2020-11-03 13:50:50 +01:00
parent 031aa1bf61
commit 89f2069791
1 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ services:
- REDIS_PASSWORD=${OPENVIDU_SECRET} - REDIS_PASSWORD=${OPENVIDU_SECRET}
coturn: coturn:
image: openvidu/openvidu-coturn:2.0.0-dev2 image: openvidu/openvidu-coturn:2.0.0-dev3
restart: on-failure restart: on-failure
network_mode: host network_mode: host
environment: environment:
@ -69,7 +69,7 @@ services:
- TURN_PUBLIC_IP=${PUBLIC_IP:-auto-ipv4} - TURN_PUBLIC_IP=${PUBLIC_IP:-auto-ipv4}
nginx: nginx:
image: openvidu/openvidu-proxy:4.0.0-dev4 image: openvidu/openvidu-proxy:4.0.0-dev5
restart: on-failure restart: on-failure
network_mode: host network_mode: host
volumes: volumes: