aboutsummaryrefslogtreecommitdiff
path: root/cluster/prod/app/matrix/deploy
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2023-08-07 12:13:56 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2023-08-07 12:13:56 +0200
commitca3283d6a72740077aa57f16128785850c9b892f (patch)
treebc5141ff8eccdc0d34c17ba8f5e9b5d4c14fb169 /cluster/prod/app/matrix/deploy
parent0c9ea6bc56bdca76472ae8cd265999493bfb50d8 (diff)
downloadnixcfg-ca3283d6a72740077aa57f16128785850c9b892f.tar.gz
nixcfg-ca3283d6a72740077aa57f16128785850c9b892f.zip
upgrade matrix
Diffstat (limited to 'cluster/prod/app/matrix/deploy')
-rw-r--r--cluster/prod/app/matrix/deploy/im.hcl6
1 files changed, 3 insertions, 3 deletions
diff --git a/cluster/prod/app/matrix/deploy/im.hcl b/cluster/prod/app/matrix/deploy/im.hcl
index 324c3d9..927f04f 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:v56"
+ image = "superboum/amd64_synapse:v57"
network_mode = "host"
readonly_rootfs = true
ports = [ "api_port" ]
@@ -101,7 +101,7 @@ job "matrix" {
driver = "docker"
config {
- image = "superboum/amd64_synapse:v56"
+ image = "superboum/amd64_synapse:v57"
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:v33"
+ image = "superboum/amd64_riotweb:v34"
ports = [ "web_port" ]
volumes = [
"secrets/config.json:/srv/http/config.json"