From 50a09980c5afbf735eac81513b2c8f48bce6df4e Mon Sep 17 00:00:00 2001 From: Quentin Date: Sun, 12 Dec 2021 13:21:49 +0100 Subject: [PATCH] Update jitsi's nomad service --- app/jitsi/deploy/jitsi.hcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/jitsi/deploy/jitsi.hcl b/app/jitsi/deploy/jitsi.hcl index 6e36916..c2e8173 100644 --- a/app/jitsi/deploy/jitsi.hcl +++ b/app/jitsi/deploy/jitsi.hcl @@ -167,7 +167,7 @@ EOF task "jicofo" { driver = "docker" config { - image = "superboum/amd64_jitsi_conference_focus:v7" + image = "superboum/amd64_jitsi_conference_focus:v8" network_mode = "host" volumes = [ "secrets/certs/jitsi.crt:/usr/local/share/ca-certificates/jitsi.crt", @@ -201,7 +201,7 @@ EOF task "videobridge" { driver = "docker" config { - image = "superboum/amd64_jitsi_videobridge:v17" + image = "superboum/amd64_jitsi_videobridge:v18" network_mode = "host" ports = [ "video_port" ] ulimit {