forked from Deuxfleurs/infrastructure
Merge branch 'feature/rebase' of git.deuxfleurs.fr:Deuxfleurs/deuxfleurs.fr into feature/rebase
This commit is contained in:
commit
744fa8b8c9
4 changed files with 4 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -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"]
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
org.jitsi.jicofo.SHORT_ID=1
|
|
@ -36,4 +36,4 @@ EOF
|
|||
--domain=jitsi.deuxfleurs.fr \
|
||||
--port=5347 \
|
||||
--secret=${JITSI_SECRET_VIDEOBRIDGE} \
|
||||
--apis=rest,xmpp
|
||||
--apis=xmpp,rest
|
||||
|
|
Loading…
Reference in a new issue