[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_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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user