Improve jitsi config

This commit is contained in:
Quentin 2021-01-29 17:30:43 +01:00
parent 7bdea77811
commit 952d7c0510
2 changed files with 2 additions and 1 deletions

View file

@ -15,6 +15,7 @@ services:
jitsi-conference-focus: jitsi-conference-focus:
image: superboum/amd64_jitsi_conference_focus:v7 image: superboum/amd64_jitsi_conference_focus:v7
volumes: volumes:
- "./prosody/certs/jitsi.crt:/usr/local/share/ca-certificates/jitsi.crt:ro"
- "./prosody/certs/auth.jitsi.crt:/usr/local/share/ca-certificates/auth.jitsi.crt:ro" - "./prosody/certs/auth.jitsi.crt:/usr/local/share/ca-certificates/auth.jitsi.crt:ro"
- "./jicofo/jicofo.conf:/etc/jitsi/jicofo.conf:ro" - "./jicofo/jicofo.conf:/etc/jitsi/jicofo.conf:ro"
# jitsi-meet: # jitsi-meet:

View file

@ -53,7 +53,7 @@ jicofo {
} }
// The JID of the MUC to be used as a brewery for bridge instances. // The JID of the MUC to be used as a brewery for bridge instances.
brewery-jid = "jvbbrewery@jitsi" brewery-jid = "jvbbrewery@internal.auth.jitsi"
} }
// Configure the codecs and RTP extensions to be used in the offer sent to clients. // Configure the codecs and RTP extensions to be used in the offer sent to clients.
codec { codec {