aboutsummaryrefslogtreecommitdiff
path: root/nomad/jitsi.hcl
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2020-04-02 20:24:50 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2020-04-02 20:24:50 +0200
commit7c4cef0f9c684a8d29cceb5991d9aab3f6702d84 (patch)
tree2feba81bf149c8422ae06b8b3f157bc7c95f08fc /nomad/jitsi.hcl
parent9ee88782339a861f9b98c8c870a3eee4032155b5 (diff)
downloadinfrastructure-7c4cef0f9c684a8d29cceb5991d9aab3f6702d84.tar.gz
infrastructure-7c4cef0f9c684a8d29cceb5991d9aab3f6702d84.zip
Try to improve Jitsi
Diffstat (limited to 'nomad/jitsi.hcl')
-rw-r--r--nomad/jitsi.hcl6
1 files changed, 5 insertions, 1 deletions
diff --git a/nomad/jitsi.hcl b/nomad/jitsi.hcl
index ff96792..d5d2f4b 100644
--- a/nomad/jitsi.hcl
+++ b/nomad/jitsi.hcl
@@ -189,7 +189,7 @@ job "jitsi" {
task "videobridge" {
driver = "docker"
config {
- image = "superboum/amd64_jitsi_videobridge:v4"
+ image = "superboum/amd64_jitsi_videobridge:v5"
network_mode = "host"
port_map {
video1_port = 4443
@@ -201,6 +201,10 @@ job "jitsi" {
}
}
+ env {
+ JITSI_DEBUG = 1
+ }
+
artifact {
source = "http://127.0.0.1:8500/v1/kv/secrets/jitsi/global_env?raw"
destination = "secrets/global_env.tpl"