aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin <quentin@deuxfleurs.fr>2021-12-12 13:21:49 +0100
committerQuentin <quentin@deuxfleurs.fr>2021-12-12 13:21:49 +0100
commit50a09980c5afbf735eac81513b2c8f48bce6df4e (patch)
tree3144acbdb6f3f04d53360cc8a26a8c9248066709
parentf73d8dab932f0193c04346b62cee4e51f96248fa (diff)
downloadinfrastructure-50a09980c5afbf735eac81513b2c8f48bce6df4e.tar.gz
infrastructure-50a09980c5afbf735eac81513b2c8f48bce6df4e.zip
Update jitsi's nomad service
-rw-r--r--app/jitsi/deploy/jitsi.hcl4
1 files 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 {