diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-02-02 15:37:43 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-02-02 15:37:43 +0100 |
commit | 67bcd07056cdde3bf900754a47f73ae6ee9239e6 (patch) | |
tree | d3b67bc43e32a8efeaf1212d2a2fb88989e2093a /cluster/prod/app/jitsi/deploy/jitsi.hcl | |
parent | a3ca27055d76904be5aa0a0cf3d8ba276c72d78c (diff) | |
download | nixcfg-67bcd07056cdde3bf900754a47f73ae6ee9239e6.tar.gz nixcfg-67bcd07056cdde3bf900754a47f73ae6ee9239e6.zip |
upgrade prod tentative 1
Diffstat (limited to 'cluster/prod/app/jitsi/deploy/jitsi.hcl')
-rw-r--r-- | cluster/prod/app/jitsi/deploy/jitsi.hcl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cluster/prod/app/jitsi/deploy/jitsi.hcl b/cluster/prod/app/jitsi/deploy/jitsi.hcl index d820180..523a88d 100644 --- a/cluster/prod/app/jitsi/deploy/jitsi.hcl +++ b/cluster/prod/app/jitsi/deploy/jitsi.hcl @@ -20,7 +20,7 @@ job "jitsi" { task "xmpp" { driver = "docker" config { - image = "superboum/amd64_jitsi_xmpp:v10" + image = "superboum/amd64_jitsi_xmpp:v11" ports = [ "bosh_port", "xmpp_port" ] network_mode = "host" volumes = [ @@ -101,7 +101,7 @@ EOF task "front" { driver = "docker" config { - image = "superboum/amd64_jitsi_meet:v5" + image = "superboum/amd64_jitsi_meet:v6" network_mode = "host" ports = [ "https_port" ] volumes = [ @@ -163,7 +163,7 @@ EOF task "jicofo" { driver = "docker" config { - image = "superboum/amd64_jitsi_conference_focus:v9" + image = "superboum/amd64_jitsi_conference_focus:v10" network_mode = "host" volumes = [ "secrets/certs/jitsi.crt:/usr/local/share/ca-certificates/jitsi.crt", @@ -203,7 +203,7 @@ EOF task "videobridge" { driver = "docker" config { - image = "superboum/amd64_jitsi_videobridge:v20" + image = "superboum/amd64_jitsi_videobridge:v21" network_mode = "host" ports = [ "video_port" ] ulimit { |