diff options
Diffstat (limited to 'nomad')
-rw-r--r-- | nomad/jitsi.hcl | 6 |
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" |