aboutsummaryrefslogtreecommitdiff
path: root/cluster/prod/app/matrix/deploy/im.hcl
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2023-03-24 11:29:14 +0100
committerAlex Auvolat <alex@adnab.me>2023-03-24 11:29:14 +0100
commit5cd69a9ba1c2f87d9a1e294f06b74945e745e475 (patch)
treef7c8eb63da349c22ed9216ecf088f2a6a14431de /cluster/prod/app/matrix/deploy/im.hcl
parent6ffaa0ed91a6e2e4ecec6741677ad9307dcdbab2 (diff)
parent8e29ee3b0b2f1855a26bc45e5dc502f8aad8e266 (diff)
downloadnixcfg-wgautomesh.tar.gz
nixcfg-wgautomesh.zip
Merge branch 'main' into wgautomeshwgautomesh
Diffstat (limited to 'cluster/prod/app/matrix/deploy/im.hcl')
-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 5bc6e13..0d5387e 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:v55"
+ image = "superboum/amd64_synapse:v56"
network_mode = "host"
readonly_rootfs = true
ports = [ "api_port" ]
@@ -98,7 +98,7 @@ job "matrix" {
driver = "docker"
config {
- image = "superboum/amd64_synapse:v55"
+ image = "superboum/amd64_synapse:v56"
readonly_rootfs = true
command = "/usr/local/bin/matrix-s3-async"
work_dir = "/tmp"
@@ -142,7 +142,7 @@ EOH
task "server" {
driver = "docker"
config {
- image = "superboum/amd64_riotweb:v32"
+ image = "superboum/amd64_riotweb:v33"
ports = [ "web_port" ]
volumes = [
"secrets/config.json:/srv/http/config.json"