diff options
Diffstat (limited to 'app/jitsi/deploy/jitsi.hcl')
-rw-r--r-- | app/jitsi/deploy/jitsi.hcl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app/jitsi/deploy/jitsi.hcl b/app/jitsi/deploy/jitsi.hcl index c2e8173..47b8dfc 100644 --- a/app/jitsi/deploy/jitsi.hcl +++ b/app/jitsi/deploy/jitsi.hcl @@ -21,7 +21,7 @@ job "jitsi" { task "xmpp" { driver = "docker" config { - image = "superboum/amd64_jitsi_xmpp:v9" + image = "superboum/amd64_jitsi_xmpp:v10" ports = [ "bosh_port", "xmpp_port" ] network_mode = "host" volumes = [ @@ -102,7 +102,7 @@ EOF task "front" { driver = "docker" config { - image = "superboum/amd64_jitsi_meet:v4" + image = "superboum/amd64_jitsi_meet:v5" network_mode = "host" ports = [ "https_port" ] volumes = [ @@ -145,7 +145,7 @@ EOF "traefik.frontend.entryPoints=https", "traefik.frontend.rule=Host:jitsi.deuxfleurs.fr;PathPrefix:/", "traefik.protocol=https", - "tricot-https jitsi.deuxfleurs.fr", + "tricot jitsi.deuxfleurs.fr", ] port = "https_port" address_mode = "host" @@ -167,7 +167,7 @@ EOF task "jicofo" { driver = "docker" config { - image = "superboum/amd64_jitsi_conference_focus:v8" + image = "superboum/amd64_jitsi_conference_focus:v9" 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:v18" + image = "superboum/amd64_jitsi_videobridge:v19" network_mode = "host" ports = [ "video_port" ] ulimit { |