WIP jitsi fix

This commit is contained in:
Quentin 2020-09-12 21:04:25 +00:00
parent 1af6eabc81
commit 7951d35035
4 changed files with 4 additions and 2 deletions

View file

@ -53,7 +53,7 @@ services:
# https://github.com/jitsi/jitsi-videobridge
PREFIXV: stable/jitsi-meet_
VERSION: 4966
image: superboum/amd64_jitsi_videobridge:v11
image: superboum/amd64_jitsi_videobridge:v13
jitsi-xmpp:
build:

View file

@ -20,5 +20,6 @@ RUN apt-get update && \
COPY --from=builder /srv/build /srv/jicofo
COPY jicofo /usr/local/bin/jicofo
COPY sip-communicator.properties /root/.sip-communicator/sip-communicator.properties
CMD ["/usr/local/bin/jicofo"]

View file

@ -0,0 +1 @@
org.jitsi.jicofo.SHORT_ID=1

View file

@ -36,4 +36,4 @@ EOF
--domain=jitsi.deuxfleurs.fr \
--port=5347 \
--secret=${JITSI_SECRET_VIDEOBRIDGE} \
--apis=rest,xmpp
--apis=xmpp,rest