jvb: use MUC connections for the JVB

This commit is contained in:
Saúl Ibarra Corretgé
2018-10-16 21:15:46 +02:00
parent 409f858496
commit 9bb7340f66
8 changed files with 50 additions and 10 deletions

View File

@@ -8,7 +8,7 @@ if [[ ! -z "$DOCKER_HOST_ADDRESS" ]]; then
fi
DAEMON=/usr/share/jitsi-videobridge/jvb.sh
DAEMON_OPTS="--domain=$XMPP_DOMAIN --host=$XMPP_SERVER --port=5347 --secret=$JVB_COMPONENT_SECRET"
DAEMON_OPTS="--apis=none"
exec s6-setuidgid jvb /bin/bash -c "JAVA_SYS_PROPS=\"$JAVA_SYS_PROPS\" exec $DAEMON $DAEMON_OPTS"