coturn integration

This commit is contained in:
chandi
2020-06-07 13:58:56 +02:00
committed by chandi
parent fc179ef49e
commit b010da33a2
7 changed files with 131 additions and 0 deletions

View File

@ -15,6 +15,11 @@ COMPOSE_FILES="-f docker-compose.yml"
if [ "$ENABLE_HTTPS_PROXY" == true ]; then
COMPOSE_FILES="$COMPOSE_FILES -f docker-compose.https.yml"
fi
if [ "$ENABLE_COTURN" == true ]; then
COMPOSE_FILES="$COMPOSE_FILES -f docker-compose.coturn.yml"
fi
if [ "$ENABLE_GREENLIGHT" == true ]; then
COMPOSE_FILES="$COMPOSE_FILES -f docker-compose.greenlight.yml"
fi