diff options
author | Alex Auvolat <alex@adnab.me> | 2022-01-13 10:19:30 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-01-13 10:19:30 +0100 |
commit | b262e618ecdc36ece247c629f10300b7866d3f93 (patch) | |
tree | 16d40c74ebb1057eda90e9d7b8ff09938aa86f4f | |
parent | 1cbdfa9d5b8cd7df824c66a2f5ebd7806430bddb (diff) | |
download | nixcfg-b262e618ecdc36ece247c629f10300b7866d3f93.tar.gz nixcfg-b262e618ecdc36ece247c629f10300b7866d3f93.zip |
Updated s3 async upload script
-rw-r--r-- | app/docker-compose.yml | 4 | ||||
-rw-r--r-- | 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" |