[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_INTERNAL_MUC_DOMAIN
- XMPP_SERVER - XMPP_SERVER
- XMPP_PORT - XMPP_PORT
EOF
if [ "$JITSI_SCALE" != "server" ]; then
cat >> /federated/apps/jitsi/docker-compose.yml <<EOF
depends_on: depends_on:
- prosody - prosody
EOF
fi
cat >> /federated/apps/jitsi/docker-compose.yml <<EOF
networks: networks:
core: core:
ipv4_address: 192.168.0.28 ipv4_address: 192.168.0.28