aboutsummaryrefslogtreecommitdiff
path: root/nomad
diff options
context:
space:
mode:
Diffstat (limited to 'nomad')
-rw-r--r--nomad/jitsi.hcl13
1 files changed, 9 insertions, 4 deletions
diff --git a/nomad/jitsi.hcl b/nomad/jitsi.hcl
index ff96792..3cf3c7e 100644
--- a/nomad/jitsi.hcl
+++ b/nomad/jitsi.hcl
@@ -93,7 +93,7 @@ job "jitsi" {
task "front" {
driver = "docker"
config {
- image = "superboum/amd64_jitsi_front:v1"
+ image = "superboum/amd64_jitsi_front:v3"
network_mode = "host"
port_map {
https_port = 443
@@ -189,10 +189,10 @@ job "jitsi" {
task "videobridge" {
driver = "docker"
config {
- image = "superboum/amd64_jitsi_videobridge:v4"
+ image = "superboum/amd64_jitsi_videobridge:v6"
network_mode = "host"
port_map {
- video1_port = 4443
+ video1_port = 8080
video2_port = 10000
}
ulimit {
@@ -201,6 +201,11 @@ job "jitsi" {
}
}
+ env {
+ #JITSI_DEBUG = 1
+ JITSI_VIDEO_TCP = 8080
+ }
+
artifact {
source = "http://127.0.0.1:8500/v1/kv/secrets/jitsi/global_env?raw"
destination = "secrets/global_env.tpl"
@@ -217,7 +222,7 @@ job "jitsi" {
memory = 1500
network {
port "video1_port" {
- static = "4443"
+ static = "8080"
}
port "video2_port" {
static = "10000"