forked from Deuxfleurs/infrastructure
Upgrade jitsi
This commit is contained in:
parent
969ee58b7d
commit
464b990e19
2 changed files with 9 additions and 9 deletions
|
@ -48,8 +48,8 @@ services:
|
||||||
args:
|
args:
|
||||||
# https://github.com/jitsi/jitsi-meet
|
# https://github.com/jitsi/jitsi-meet
|
||||||
PREFIXV: stable/jitsi-meet_
|
PREFIXV: stable/jitsi-meet_
|
||||||
VERSION: 4966
|
VERSION: 5390
|
||||||
image: superboum/amd64_jitsi_meet:v2
|
image: superboum/amd64_jitsi_meet:v3
|
||||||
|
|
||||||
jitsi-conference-focus:
|
jitsi-conference-focus:
|
||||||
build:
|
build:
|
||||||
|
@ -57,8 +57,8 @@ services:
|
||||||
args:
|
args:
|
||||||
# https://github.com/jitsi/jicofo
|
# https://github.com/jitsi/jicofo
|
||||||
PREFIXV: stable/jitsi-meet_
|
PREFIXV: stable/jitsi-meet_
|
||||||
VERSION: 4966
|
VERSION: 5390
|
||||||
image: superboum/amd64_jitsi_conference_focus:v5
|
image: superboum/amd64_jitsi_conference_focus:v6
|
||||||
|
|
||||||
jitsi-videobridge:
|
jitsi-videobridge:
|
||||||
build:
|
build:
|
||||||
|
@ -66,8 +66,8 @@ services:
|
||||||
args:
|
args:
|
||||||
# https://github.com/jitsi/jitsi-videobridge
|
# https://github.com/jitsi/jitsi-videobridge
|
||||||
PREFIXV: stable/jitsi-meet_
|
PREFIXV: stable/jitsi-meet_
|
||||||
VERSION: 4966
|
VERSION: 5390
|
||||||
image: superboum/amd64_jitsi_videobridge:v15
|
image: superboum/amd64_jitsi_videobridge:v16
|
||||||
|
|
||||||
jitsi-xmpp:
|
jitsi-xmpp:
|
||||||
build:
|
build:
|
||||||
|
|
|
@ -94,7 +94,7 @@ job "jitsi" {
|
||||||
task "front" {
|
task "front" {
|
||||||
driver = "docker"
|
driver = "docker"
|
||||||
config {
|
config {
|
||||||
image = "superboum/amd64_jitsi_meet:v2"
|
image = "superboum/amd64_jitsi_meet:v3"
|
||||||
network_mode = "host"
|
network_mode = "host"
|
||||||
ports = [ "https_port" ]
|
ports = [ "https_port" ]
|
||||||
}
|
}
|
||||||
|
@ -148,7 +148,7 @@ job "jitsi" {
|
||||||
task "jicofo" {
|
task "jicofo" {
|
||||||
driver = "docker"
|
driver = "docker"
|
||||||
config {
|
config {
|
||||||
image = "superboum/amd64_jitsi_conference_focus:v5"
|
image = "superboum/amd64_jitsi_conference_focus:v6"
|
||||||
network_mode = "host"
|
network_mode = "host"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -178,7 +178,7 @@ job "jitsi" {
|
||||||
task "videobridge" {
|
task "videobridge" {
|
||||||
driver = "docker"
|
driver = "docker"
|
||||||
config {
|
config {
|
||||||
image = "superboum/amd64_jitsi_videobridge:v15"
|
image = "superboum/amd64_jitsi_videobridge:v16"
|
||||||
network_mode = "host"
|
network_mode = "host"
|
||||||
ports = [ "video1_port", "video2_port" ]
|
ports = [ "video1_port", "video2_port" ]
|
||||||
ulimit {
|
ulimit {
|
||||||
|
|
Loading…
Reference in a new issue