aboutsummaryrefslogtreecommitdiff
path: root/app/jitsi
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2021-01-20 11:35:54 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2021-01-20 11:35:54 +0100
commitbd9c854a12626e99737b25193b4fc3f11282af5e (patch)
tree60b349bf77c175abc3e05b926568801cb0480caf /app/jitsi
parentd3a3867180cbbbf4fb3a5545cc537f5316db16e7 (diff)
downloadinfrastructure-bd9c854a12626e99737b25193b4fc3f11282af5e.tar.gz
infrastructure-bd9c854a12626e99737b25193b4fc3f11282af5e.zip
change port due to a strange bug
Diffstat (limited to 'app/jitsi')
-rw-r--r--app/jitsi/deploy/jitsi.hcl6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/jitsi/deploy/jitsi.hcl b/app/jitsi/deploy/jitsi.hcl
index 852e1e6..1e625bb 100644
--- a/app/jitsi/deploy/jitsi.hcl
+++ b/app/jitsi/deploy/jitsi.hcl
@@ -14,7 +14,7 @@ job "jitsi" {
port "ext_port" { static = 5347 }
port "xmpp_port" { static = 5222 }
port "https_port" { }
- port "video1_port" { static = 8080 }
+ port "video1_port" { static = 8081 }
port "video2_port" { static = 10000 }
}
@@ -189,7 +189,7 @@ job "jitsi" {
env {
#JITSI_DEBUG = 1
- JITSI_VIDEO_TCP = 8080
+ JITSI_VIDEO_TCP = 8081
VIDEOBRIDGE_MAX_MEMORY = "1450m"
}
@@ -205,7 +205,7 @@ job "jitsi" {
}
service {
- tags = [ "jitsi", "(diplonat (tcp_port 8080))" ]
+ tags = [ "jitsi", "(diplonat (tcp_port 8081))" ]
port = "video1_port"
address_mode = "host"
name = "jitsi-videobridge-video1"