change port due to a strange bug

This commit is contained in:
Quentin 2021-01-20 11:35:54 +01:00
parent d3a3867180
commit bd9c854a12

View file

@ -14,7 +14,7 @@ job "jitsi" {
port "ext_port" { static = 5347 } port "ext_port" { static = 5347 }
port "xmpp_port" { static = 5222 } port "xmpp_port" { static = 5222 }
port "https_port" { } port "https_port" { }
port "video1_port" { static = 8080 } port "video1_port" { static = 8081 }
port "video2_port" { static = 10000 } port "video2_port" { static = 10000 }
} }
@ -189,7 +189,7 @@ job "jitsi" {
env { env {
#JITSI_DEBUG = 1 #JITSI_DEBUG = 1
JITSI_VIDEO_TCP = 8080 JITSI_VIDEO_TCP = 8081
VIDEOBRIDGE_MAX_MEMORY = "1450m" VIDEOBRIDGE_MAX_MEMORY = "1450m"
} }
@ -205,7 +205,7 @@ job "jitsi" {
} }
service { service {
tags = [ "jitsi", "(diplonat (tcp_port 8080))" ] tags = [ "jitsi", "(diplonat (tcp_port 8081))" ]
port = "video1_port" port = "video1_port"
address_mode = "host" address_mode = "host"
name = "jitsi-videobridge-video1" name = "jitsi-videobridge-video1"