[jitsi] Don't require prosody when installing just a jvb

This commit is contained in:
Bernhard "bero" Rosenkränzer (Boggins) 2024-11-01 23:20:50 +01:00
parent ffc723b13e
commit 4377b98f5b

View File

@ -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