[jitsi] Don't require prosody when installing just a jvb
This commit is contained in:
parent
ffc723b13e
commit
4377b98f5b
@ -373,8 +373,15 @@ if [ "$JITSI_SCALE" != "client" ]; then
|
||||
- XMPP_INTERNAL_MUC_DOMAIN
|
||||
- XMPP_SERVER
|
||||
- XMPP_PORT
|
||||
EOF
|
||||
if [ "$JITSI_SCALE" != "server" ]; then
|
||||
cat >> /federated/apps/jitsi/docker-compose.yml <<EOF
|
||||
depends_on:
|
||||
- prosody
|
||||
EOF
|
||||
fi
|
||||
|
||||
cat >> /federated/apps/jitsi/docker-compose.yml <<EOF
|
||||
networks:
|
||||
core:
|
||||
ipv4_address: 192.168.0.28
|
||||
|
Loading…
x
Reference in New Issue
Block a user