jitsi/services/videobridge/run
2020-03-19 01:38:59 +01:00

10 lines
245 B
Bash
Executable file

#!/bin/bash
set -euxo pipefail
[ -f /etc/jitsi-env.conf ] && source /etc/jitsi-env.conf
exec /usr/local/bin/gosu jvb /usr/share/jitsi-videobridge/jvb.sh \
--host=$JVB_HOST \
--domain=$JVB_HOSTNAME \
--port=$JVB_PORT \
--secret=$JVB_SECRET