Updated s3 async upload script

This commit is contained in:
Alex 2022-01-13 10:19:30 +01:00
parent 1cbdfa9d5b
commit b262e618ec
No known key found for this signature in database
GPG key ID: EDABF9711E244EB1
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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"