mirror of https://github.com/OpenVidu/openvidu.git
images updated
parent
90e3eddfc3
commit
8f491632a0
|
@ -5,7 +5,7 @@ services:
|
||||||
# It's very important expose your application in port 5442
|
# It's very important expose your application in port 5442
|
||||||
# and use the http protocol.
|
# and use the http protocol.
|
||||||
app:
|
app:
|
||||||
image: openvidu/openvidu-call:2.13.0-beta2
|
image: openvidu/openvidu-call:2.13.0-beta4
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
ports:
|
ports:
|
||||||
- "5442:80"
|
- "5442:80"
|
||||||
|
|
|
@ -18,7 +18,7 @@ version: '3.1'
|
||||||
services:
|
services:
|
||||||
|
|
||||||
openvidu-server:
|
openvidu-server:
|
||||||
image: openvidu/openvidu-server:2.13.0-beta3
|
image: openvidu/openvidu-server:2.13.0-beta4
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
network_mode: host
|
network_mode: host
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -68,7 +68,7 @@ services:
|
||||||
- MAX_PORT=65535
|
- MAX_PORT=65535
|
||||||
|
|
||||||
nginx:
|
nginx:
|
||||||
image: openvidu/openvidu-proxy:1.0.0-beta3
|
image: openvidu/openvidu-proxy:1.0.0-beta4
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
network_mode: host
|
network_mode: host
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in New Issue