mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-08-09 12:54:53 +02:00
coturn integration
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user