diff options
author | Quentin <quentin@deuxfleurs.fr> | 2020-09-12 11:15:07 +0200 |
---|---|---|
committer | Quentin <quentin@deuxfleurs.fr> | 2020-09-12 11:15:07 +0200 |
commit | 5337be94df4f79191fea244e8db4338489bc04b7 (patch) | |
tree | b8d33a11a8c145cc91433618bb8df81ef8ef8290 /app_build/docker-compose.yml | |
parent | c4a6cf1534b864d3941c839d4a4dca7e505bd828 (diff) | |
download | infrastructure-5337be94df4f79191fea244e8db4338489bc04b7.tar.gz infrastructure-5337be94df4f79191fea244e8db4338489bc04b7.zip |
Better handle jitsi versions
Diffstat (limited to 'app_build/docker-compose.yml')
-rw-r--r-- | app_build/docker-compose.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app_build/docker-compose.yml b/app_build/docker-compose.yml index afe363d..b7c17c1 100644 --- a/app_build/docker-compose.yml +++ b/app_build/docker-compose.yml @@ -33,6 +33,7 @@ services: context: ./jitsi-meet args: # https://github.com/jitsi/jitsi-meet + PREFIXV: stable/jitsi-meet_ VERSION: 4966 image: superboum/amd64_jitsi_meet:v1 @@ -41,6 +42,7 @@ services: context: ./jitsi-conference-focus args: # https://github.com/jitsi/jicofo + PREFIXV: stable/jitsi-meet_ VERSION: 4966 image: superboum/amd64_jitsi_conference_focus:v3 @@ -49,6 +51,7 @@ services: context: ./jitsi-videobridge args: # https://github.com/jitsi/jitsi-videobridge + PREFIXV: stable/jitsi-meet_ VERSION: 4966 image: superboum/amd64_jitsi_videobridge:v10 |