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:
|
||||
# https://github.com/jitsi/jitsi-meet
|
||||
PREFIXV: stable/jitsi-meet_
|
||||
VERSION: 4966
|
||||
image: superboum/amd64_jitsi_meet:v2
|
||||
VERSION: 5390
|
||||
image: superboum/amd64_jitsi_meet:v3
|
||||
|
||||
jitsi-conference-focus:
|
||||
build:
|
||||
|
@ -57,8 +57,8 @@ services:
|
|||
args:
|
||||
# https://github.com/jitsi/jicofo
|
||||
PREFIXV: stable/jitsi-meet_
|
||||
VERSION: 4966
|
||||
image: superboum/amd64_jitsi_conference_focus:v5
|
||||
VERSION: 5390
|
||||
image: superboum/amd64_jitsi_conference_focus:v6
|
||||
|
||||
jitsi-videobridge:
|
||||
build:
|
||||
|
@ -66,8 +66,8 @@ services:
|
|||
args:
|
||||
# https://github.com/jitsi/jitsi-videobridge
|
||||
PREFIXV: stable/jitsi-meet_
|
||||
VERSION: 4966
|
||||
image: superboum/amd64_jitsi_videobridge:v15
|
||||
VERSION: 5390
|
||||
image: superboum/amd64_jitsi_videobridge:v16
|
||||
|
||||
jitsi-xmpp:
|
||||
build:
|
||||
|
|
|
@ -94,7 +94,7 @@ job "jitsi" {
|
|||
task "front" {
|
||||
driver = "docker"
|
||||
config {
|
||||
image = "superboum/amd64_jitsi_meet:v2"
|
||||
image = "superboum/amd64_jitsi_meet:v3"
|
||||
network_mode = "host"
|
||||
ports = [ "https_port" ]
|
||||
}
|
||||
|
@ -148,7 +148,7 @@ job "jitsi" {
|
|||
task "jicofo" {
|
||||
driver = "docker"
|
||||
config {
|
||||
image = "superboum/amd64_jitsi_conference_focus:v5"
|
||||
image = "superboum/amd64_jitsi_conference_focus:v6"
|
||||
network_mode = "host"
|
||||
}
|
||||
|
||||
|
@ -178,7 +178,7 @@ job "jitsi" {
|
|||
task "videobridge" {
|
||||
driver = "docker"
|
||||
config {
|
||||
image = "superboum/amd64_jitsi_videobridge:v15"
|
||||
image = "superboum/amd64_jitsi_videobridge:v16"
|
||||
network_mode = "host"
|
||||
ports = [ "video1_port", "video2_port" ]
|
||||
ulimit {
|
||||
|
|
Loading…
Reference in a new issue