diff options
Diffstat (limited to 'app/deployment')
-rw-r--r-- | app/deployment/jitsi.hcl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/deployment/jitsi.hcl b/app/deployment/jitsi.hcl index 9c1edd5..04c3f9f 100644 --- a/app/deployment/jitsi.hcl +++ b/app/deployment/jitsi.hcl @@ -94,7 +94,7 @@ job "jitsi" { task "front" { driver = "docker" config { - image = "superboum/amd64_jitsi_meet:v2" + image = "superboum/amd64_jitsi_meet:v3" network_mode = "host" ports = [ "https_port" ] } @@ -148,7 +148,7 @@ job "jitsi" { task "jicofo" { driver = "docker" config { - image = "superboum/amd64_jitsi_conference_focus:v5" + image = "superboum/amd64_jitsi_conference_focus:v6" network_mode = "host" } @@ -178,7 +178,7 @@ job "jitsi" { task "videobridge" { driver = "docker" config { - image = "superboum/amd64_jitsi_videobridge:v15" + image = "superboum/amd64_jitsi_videobridge:v16" network_mode = "host" ports = [ "video1_port", "video2_port" ] ulimit { |