diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-04-26 23:07:01 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-04-26 23:07:01 +0200 |
commit | 7a5a701bbf8abcfec6f6364687696581186bb8a3 (patch) | |
tree | 6d63dd7f542f5ceb4ec27175975da76cfca21a0c /nomad | |
parent | 1c4bc090fc737662740260a6ad88709b87d1b83c (diff) | |
download | infrastructure-7a5a701bbf8abcfec6f6364687696581186bb8a3.tar.gz infrastructure-7a5a701bbf8abcfec6f6364687696581186bb8a3.zip |
Upgrade jitsi
Diffstat (limited to 'nomad')
-rw-r--r-- | nomad/jitsi.hcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nomad/jitsi.hcl b/nomad/jitsi.hcl index bcfab06..b0ccb3a 100644 --- a/nomad/jitsi.hcl +++ b/nomad/jitsi.hcl @@ -157,7 +157,7 @@ job "jitsi" { task "jicofo" { driver = "docker" config { - image = "superboum/amd64_jitsi_conference_focus:v1" + image = "superboum/amd64_jitsi_conference_focus:v2" network_mode = "host" } @@ -189,7 +189,7 @@ job "jitsi" { task "videobridge" { driver = "docker" config { - image = "superboum/amd64_jitsi_videobridge:v6" + image = "superboum/amd64_jitsi_videobridge:v9" network_mode = "host" port_map { video1_port = 8080 |