diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-01-28 21:47:35 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-01-28 21:47:35 +0100 |
commit | 5b53cf1673d29a7b81d552c69295f3dc7c736635 (patch) | |
tree | 3015d09994e99203fb3c060f8ef9c14cd65040a5 /app/docker-compose.yml | |
parent | 47bcdaaf0dc6d8caaaa8bd30055420ae90cc73eb (diff) | |
download | infrastructure-5b53cf1673d29a7b81d552c69295f3dc7c736635.tar.gz infrastructure-5b53cf1673d29a7b81d552c69295f3dc7c736635.zip |
Trying to switch on a development version
Diffstat (limited to 'app/docker-compose.yml')
-rw-r--r-- | app/docker-compose.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app/docker-compose.yml b/app/docker-compose.yml index 3bab916..72e6955 100644 --- a/app/docker-compose.yml +++ b/app/docker-compose.yml @@ -48,8 +48,8 @@ services: args: # https://github.com/jitsi/jitsi-meet PREFIXV: stable/jitsi-meet_ - VERSION: 5390 - image: superboum/amd64_jitsi_meet:v3 + VERSION: 5463 + image: superboum/amd64_jitsi_meet:v4 jitsi-conference-focus: build: @@ -57,7 +57,7 @@ services: args: # https://github.com/jitsi/jicofo PREFIXV: stable/jitsi-meet_ - VERSION: 5390 + VERSION: 5463 image: superboum/amd64_jitsi_conference_focus:v7 jitsi-videobridge: @@ -66,14 +66,14 @@ services: args: # https://github.com/jitsi/jitsi-videobridge PREFIXV: stable/jitsi-meet_ - VERSION: 5390 + VERSION: 5463 image: superboum/amd64_jitsi_videobridge:v17 jitsi-xmpp: build: context: ./jitsi/build/jitsi-xmpp args: - MEET_VERSION: 5390 + MEET_VERSION: 5463 PROSODY_VERSION: 0.11.7-1~buster4 image: superboum/amd64_jitsi_xmpp:v9 |