openvidu-server: add container dependency

pull/463/head
Rafael Renan Pacheco 2020-05-04 13:58:26 -03:00
parent 98957f4bb6
commit 57c89ce0c9
2 changed files with 9 additions and 1 deletions

View File

@ -9,6 +9,8 @@ services:
restart: on-failure
ports:
- "5442:80"
environment:
environment:
- OPENVIDU_URL=https://${DOMAIN_OR_PUBLIC_IP}:${HTTPS_PORT:-443}
- OPENVIDU_SECRET=${OPENVIDU_SECRET}
depends_on:
- openvidu-server

View File

@ -34,6 +34,10 @@ services:
- SERVER_PORT=5443
- KMS_URIS=["ws://localhost:8888/kurento"]
- COTURN_REDIS_IP=127.0.0.1
depends_on:
- kms
- coturn
- nginx
kms:
image: ${KMS_IMAGE:-kurento/kurento-media-server:6.13.1}
@ -65,6 +69,8 @@ services:
- DB_PASSWORD=turn
- MIN_PORT=57001
- MAX_PORT=65535
depends_on:
- redis
nginx:
image: openvidu/openvidu-proxy:2.0.0-beta3