aboutsummaryrefslogtreecommitdiff
path: root/cluster/prod/app/matrix/deploy
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2023-11-15 16:39:11 +0100
committerAlex Auvolat <alex@adnab.me>2023-11-15 16:39:11 +0100
commita2654529c7bb322e841200a08df8880bca45343c (patch)
treec18c60fab2b77acda7f5bee503985362f4bceef7 /cluster/prod/app/matrix/deploy
parentb1e039726502f6667751a50c5944dbc14a6f0488 (diff)
downloadnixcfg-a2654529c7bb322e841200a08df8880bca45343c.tar.gz
nixcfg-a2654529c7bb322e841200a08df8880bca45343c.zip
prod: update synapse and element
Diffstat (limited to 'cluster/prod/app/matrix/deploy')
-rw-r--r--cluster/prod/app/matrix/deploy/im.hcl8
1 files changed, 4 insertions, 4 deletions
diff --git a/cluster/prod/app/matrix/deploy/im.hcl b/cluster/prod/app/matrix/deploy/im.hcl
index a6c4fe5..067584a 100644
--- a/cluster/prod/app/matrix/deploy/im.hcl
+++ b/cluster/prod/app/matrix/deploy/im.hcl
@@ -15,7 +15,7 @@ job "matrix" {
driver = "docker"
config {
- image = "superboum/amd64_synapse:v57"
+ image = "lxpz/amd64_synapse:v58"
network_mode = "host"
readonly_rootfs = true
ports = [ "api_port" ]
@@ -101,7 +101,7 @@ job "matrix" {
driver = "docker"
config {
- image = "superboum/amd64_synapse:v57"
+ image = "lxpz/amd64_synapse:v58"
readonly_rootfs = true
command = "/usr/local/bin/matrix-s3-async"
work_dir = "/tmp"
@@ -136,7 +136,7 @@ EOH
task "riotweb" {
driver = "docker"
config {
- image = "superboum/amd64_riotweb:v34"
+ image = "lxpz/amd64_elementweb:v35"
ports = [ "web_port" ]
volumes = [
"secrets/config.json:/srv/http/config.json"
@@ -189,7 +189,7 @@ EOH
driver = "docker"
config {
- image = "ghcr.io/matrix-org/sliding-sync:v0.99.10"
+ image = "ghcr.io/matrix-org/sliding-sync:v0.99.12"
ports = [ "syncv3_api", "syncv3_metrics" ]
}