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 {