From e204c3e563d3033db6b75a2875475e95be3b2a16 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Fri, 20 Sep 2024 10:39:36 +0200 Subject: activate management in jitsi --- cluster/prod/app/jitsi/deploy/jitsi.hcl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'cluster/prod/app/jitsi/deploy/jitsi.hcl') diff --git a/cluster/prod/app/jitsi/deploy/jitsi.hcl b/cluster/prod/app/jitsi/deploy/jitsi.hcl index 7b78bdc..f2cafd2 100644 --- a/cluster/prod/app/jitsi/deploy/jitsi.hcl +++ b/cluster/prod/app/jitsi/deploy/jitsi.hcl @@ -203,6 +203,7 @@ EOF group "data_plane" { network { port "video_port" { static = 8080 } + port "management_port" { static = 8000 } } task "videobridge" { @@ -210,7 +211,7 @@ EOF config { image = "superboum/amd64_jitsi_videobridge:v22" network_mode = "host" - ports = [ "video_port" ] + ports = [ "video_port", "management_port" ] ulimit { nofile = "1048576:1048576" nproc = "65536:65536" @@ -261,7 +262,7 @@ EOF name = "video-jitsi" check { type = "tcp" - port = "video_port" + port = "management_port" interval = "60s" timeout = "5s" } -- cgit v1.2.3