diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-01-26 19:09:26 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-01-26 19:09:26 +0100 |
commit | a68a1e1da77f6f87a1c315d057edc59a31746d1c (patch) | |
tree | 53916f1aa49dd43315dfd6d9bc1d6b08beb3569a /app/docker-compose.yml | |
parent | 3563fb5994944555c67aa8eb0246e1b747741047 (diff) | |
download | infrastructure-a68a1e1da77f6f87a1c315d057edc59a31746d1c.tar.gz infrastructure-a68a1e1da77f6f87a1c315d057edc59a31746d1c.zip |
Migrate jitsi + WIP backup doc
Diffstat (limited to 'app/docker-compose.yml')
-rw-r--r-- | app/docker-compose.yml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/app/docker-compose.yml b/app/docker-compose.yml index 499636c..a1f0722 100644 --- a/app/docker-compose.yml +++ b/app/docker-compose.yml @@ -50,16 +50,16 @@ services: context: ./jitsi/build/jitsi-meet args: # https://github.com/jitsi/jitsi-meet - MEET_TAG: jitsi-meet_5463 - image: superboum/amd64_jitsi_meet:v4 + MEET_TAG: stable/jitsi-meet_6826 + image: superboum/amd64_jitsi_meet:v5 jitsi-conference-focus: build: context: ./jitsi/build/jitsi-conference-focus args: # https://github.com/jitsi/jicofo - JICOFO_TAG: jitsi-meet_5463 - image: superboum/amd64_jitsi_conference_focus:v8 + JICOFO_TAG: stable/jitsi-meet_6826 + image: superboum/amd64_jitsi_conference_focus:v9 jitsi-videobridge: build: @@ -67,16 +67,16 @@ services: args: # https://github.com/jitsi/jitsi-videobridge # note: JVB is not tagged with non-stable tags - JVB_TAG: stable/jitsi-meet_5390 - image: superboum/amd64_jitsi_videobridge:v18 + JVB_TAG: stable/jitsi-meet_6826 + image: superboum/amd64_jitsi_videobridge:v19 jitsi-xmpp: build: context: ./jitsi/build/jitsi-xmpp args: - MEET_TAG: jitsi-meet_5463 - PROSODY_VERSION: 0.11.7-1~buster4 - image: superboum/amd64_jitsi_xmpp:v9 + MEET_TAG: stable/jitsi-meet_6826 + PROSODY_VERSION: 0.11.12-1 + image: superboum/amd64_jitsi_xmpp:v10 plume: build: |