From 1f53e2061e4ba18cd1b2b6feb13c1864c4e5f3db Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Wed, 28 Oct 2020 14:41:19 +0100 Subject: [PATCH] backport a hack to enable jitsi --- app/deployment/jitsi.hcl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/deployment/jitsi.hcl b/app/deployment/jitsi.hcl index 6625668..93c87f7 100644 --- a/app/deployment/jitsi.hcl +++ b/app/deployment/jitsi.hcl @@ -175,6 +175,7 @@ job "jitsi" { config { image = "superboum/amd64_jitsi_videobridge:v15" network_mode = "host" + port_map { video1_port = 8080 } # this is a hack, check secrets/jitsi/global_env to understand why ulimit { nofile = "1048576:1048576" nproc = "65536:65536" @@ -200,6 +201,9 @@ job "jitsi" { resources { cpu = 900 memory = 1500 + network { + port "video1_port" { static = "8080" } # this is a hack + } } service {