From b262e618ecdc36ece247c629f10300b7866d3f93 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Thu, 13 Jan 2022 10:19:30 +0100 Subject: [PATCH] Updated s3 async upload script --- app/docker-compose.yml | 4 ++-- app/im/deploy/im.hcl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/docker-compose.yml b/app/docker-compose.yml index 18c121c..7d0d047 100644 --- a/app/docker-compose.yml +++ b/app/docker-compose.yml @@ -11,6 +11,6 @@ services: # Update with the latest commit on main each time you update the synapse version # otherwise synapse may fail to launch due to incompatibility issues # see this issue for an example: https://github.com/matrix-org/synapse-s3-storage-provider/issues/64 - S3_VERSION: 55e1846102e08c3b9686b0426c848d2163d7ba54 - image: lxpz/amd64_synapse:1.49.2-2 + S3_VERSION: 772481b6500ba9dc87d0d3045d7bbe6de28e463f + image: lxpz/amd64_synapse:1.49.2-3 diff --git a/app/im/deploy/im.hcl b/app/im/deploy/im.hcl index 7951fe2..0732943 100644 --- a/app/im/deploy/im.hcl +++ b/app/im/deploy/im.hcl @@ -52,7 +52,7 @@ job "im" { task "synapse" { driver = "docker" config { - image = "lxpz/amd64_synapse:1.49.2-2" + image = "lxpz/amd64_synapse:1.49.2-3" ports = [ "http" ] command = "python" @@ -108,7 +108,7 @@ job "im" { driver = "docker" config { - image = "lxpz/amd64_synapse:1.49.2-2" + image = "lxpz/amd64_synapse:1.49.2-3" readonly_rootfs = true command = "/usr/local/bin/matrix-s3-async-sqlite" work_dir = "/ephemeral"