mirror of https://github.com/OpenVidu/openvidu.git
deployment-openvidu-pro: Bumb coturn and nginx images
parent
031aa1bf61
commit
89f2069791
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue