aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2021-01-13 14:42:14 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2021-01-13 14:42:14 +0100
commit464b990e19dfc7dec1565f42374bbe8e95a0ce36 (patch)
treef96b39dbc80f094857c72bd7f78b1a249185f5d1
parent969ee58b7d20ce9c0ad89289a2f8147bc120c729 (diff)
downloadinfrastructure-464b990e19dfc7dec1565f42374bbe8e95a0ce36.tar.gz
infrastructure-464b990e19dfc7dec1565f42374bbe8e95a0ce36.zip
-rw-r--r--app/build/docker-compose.yml12
-rw-r--r--app/deployment/jitsi.hcl6
2 files changed, 9 insertions, 9 deletions
diff --git a/app/build/docker-compose.yml b/app/build/docker-compose.yml
index ea5deac..d84f880 100644
--- a/app/build/docker-compose.yml
+++ b/app/build/docker-compose.yml
@@ -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:
diff --git a/app/deployment/jitsi.hcl b/app/deployment/jitsi.hcl
index 9c1edd5..04c3f9f 100644
--- a/app/deployment/jitsi.hcl
+++ b/app/deployment/jitsi.hcl
@@ -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 {