diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-01-26 19:09:26 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-01-26 19:09:26 +0100 |
commit | a68a1e1da77f6f87a1c315d057edc59a31746d1c (patch) | |
tree | 53916f1aa49dd43315dfd6d9bc1d6b08beb3569a /app/jitsi/deploy/jitsi.hcl | |
parent | 3563fb5994944555c67aa8eb0246e1b747741047 (diff) | |
download | infrastructure-a68a1e1da77f6f87a1c315d057edc59a31746d1c.tar.gz infrastructure-a68a1e1da77f6f87a1c315d057edc59a31746d1c.zip |
Migrate jitsi + WIP backup doc
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 { |