aboutsummaryrefslogtreecommitdiff
path: root/cluster/prod/app/jitsi/deploy
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2024-09-12 19:59:51 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2024-09-12 20:00:09 +0200
commit8ca33f31366dbbbb37c9bea54ac4fc47d3122fae (patch)
tree57726fde2a08889abdaea9212a96988f54b87349 /cluster/prod/app/jitsi/deploy
parent9742ec34dae347a244dde6fd809b5fad300443a2 (diff)
downloadnixcfg-8ca33f31366dbbbb37c9bea54ac4fc47d3122fae.tar.gz
nixcfg-8ca33f31366dbbbb37c9bea54ac4fc47d3122fae.zip
ready to deploy jitsi
Diffstat (limited to 'cluster/prod/app/jitsi/deploy')
-rw-r--r--cluster/prod/app/jitsi/deploy/jitsi.hcl8
1 files changed, 4 insertions, 4 deletions
diff --git a/cluster/prod/app/jitsi/deploy/jitsi.hcl b/cluster/prod/app/jitsi/deploy/jitsi.hcl
index 66fec76..7b78bdc 100644
--- a/cluster/prod/app/jitsi/deploy/jitsi.hcl
+++ b/cluster/prod/app/jitsi/deploy/jitsi.hcl
@@ -20,7 +20,7 @@ job "jitsi" {
task "xmpp" {
driver = "docker"
config {
- image = "superboum/amd64_jitsi_xmpp:v11"
+ image = "superboum/amd64_jitsi_xmpp:v12"
ports = [ "bosh_port", "xmpp_port" ]
network_mode = "host"
volumes = [
@@ -101,7 +101,7 @@ EOF
task "front" {
driver = "docker"
config {
- image = "superboum/amd64_jitsi_meet:v6"
+ image = "superboum/amd64_jitsi_meet:v7"
network_mode = "host"
ports = [ "https_port" ]
volumes = [
@@ -168,7 +168,7 @@ EOF
task "jicofo" {
driver = "docker"
config {
- image = "superboum/amd64_jitsi_conference_focus:v10"
+ image = "superboum/amd64_jitsi_conference_focus:v11"
network_mode = "host"
volumes = [
"secrets/certs/jitsi.crt:/usr/local/share/ca-certificates/jitsi.crt",
@@ -208,7 +208,7 @@ EOF
task "videobridge" {
driver = "docker"
config {
- image = "superboum/amd64_jitsi_videobridge:v21"
+ image = "superboum/amd64_jitsi_videobridge:v22"
network_mode = "host"
ports = [ "video_port" ]
ulimit {