forked from Deuxfleurs/infrastructure
WIP jitsi fix
This commit is contained in:
parent
1af6eabc81
commit
7951d35035
4 changed files with 4 additions and 2 deletions
|
@ -53,7 +53,7 @@ services:
|
||||||
# https://github.com/jitsi/jitsi-videobridge
|
# https://github.com/jitsi/jitsi-videobridge
|
||||||
PREFIXV: stable/jitsi-meet_
|
PREFIXV: stable/jitsi-meet_
|
||||||
VERSION: 4966
|
VERSION: 4966
|
||||||
image: superboum/amd64_jitsi_videobridge:v11
|
image: superboum/amd64_jitsi_videobridge:v13
|
||||||
|
|
||||||
jitsi-xmpp:
|
jitsi-xmpp:
|
||||||
build:
|
build:
|
||||||
|
|
|
@ -20,5 +20,6 @@ RUN apt-get update && \
|
||||||
|
|
||||||
COPY --from=builder /srv/build /srv/jicofo
|
COPY --from=builder /srv/build /srv/jicofo
|
||||||
COPY jicofo /usr/local/bin/jicofo
|
COPY jicofo /usr/local/bin/jicofo
|
||||||
|
COPY sip-communicator.properties /root/.sip-communicator/sip-communicator.properties
|
||||||
|
|
||||||
CMD ["/usr/local/bin/jicofo"]
|
CMD ["/usr/local/bin/jicofo"]
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
org.jitsi.jicofo.SHORT_ID=1
|
|
@ -36,4 +36,4 @@ EOF
|
||||||
--domain=jitsi.deuxfleurs.fr \
|
--domain=jitsi.deuxfleurs.fr \
|
||||||
--port=5347 \
|
--port=5347 \
|
||||||
--secret=${JITSI_SECRET_VIDEOBRIDGE} \
|
--secret=${JITSI_SECRET_VIDEOBRIDGE} \
|
||||||
--apis=rest,xmpp
|
--apis=xmpp,rest
|
||||||
|
|
Loading…
Reference in a new issue