diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-10-28 09:45:00 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-10-28 09:45:00 +0200 |
commit | 40d5665ffe16841dd448c5a93c7dfe84cc21d8ca (patch) | |
tree | 1cf6ac5da016c588f3cb97e0d4be17ccd8f48a19 /cluster/prod/app/matrix/deploy/im.hcl | |
parent | 859813440c23982c75fd1f27f3469aa9e9794368 (diff) | |
download | nixcfg-40d5665ffe16841dd448c5a93c7dfe84cc21d8ca.tar.gz nixcfg-40d5665ffe16841dd448c5a93c7dfe84cc21d8ca.zip |
Upgrade Matrix but disable URL preview
Diffstat (limited to 'cluster/prod/app/matrix/deploy/im.hcl')
-rw-r--r-- | cluster/prod/app/matrix/deploy/im.hcl | 6 |
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 0e219dd..bd28feb 100644 --- a/cluster/prod/app/matrix/deploy/im.hcl +++ b/cluster/prod/app/matrix/deploy/im.hcl @@ -14,7 +14,7 @@ job "matrix" { driver = "docker" config { - image = "superboum/amd64_synapse:v54" + image = "superboum/amd64_synapse:v55" network_mode = "host" readonly_rootfs = true ports = [ "api_port" ] @@ -113,7 +113,7 @@ job "matrix" { driver = "docker" config { - image = "superboum/amd64_synapse:v54" + image = "superboum/amd64_synapse:v55" readonly_rootfs = true command = "/usr/local/bin/matrix-s3-async" work_dir = "/tmp" @@ -157,7 +157,7 @@ EOH task "server" { driver = "docker" config { - image = "superboum/amd64_riotweb:v31" + image = "superboum/amd64_riotweb:v32" ports = [ "web_port" ] volumes = [ "secrets/config.json:/srv/http/config.json" |