forked from Deuxfleurs/nixcfg
Updated s3 async upload script
This commit is contained in:
parent
1cbdfa9d5b
commit
b262e618ec
2 changed files with 4 additions and 4 deletions
|
@ -11,6 +11,6 @@ services:
|
||||||
# Update with the latest commit on main each time you update the synapse version
|
# Update with the latest commit on main each time you update the synapse version
|
||||||
# otherwise synapse may fail to launch due to incompatibility issues
|
# 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
|
# see this issue for an example: https://github.com/matrix-org/synapse-s3-storage-provider/issues/64
|
||||||
S3_VERSION: 55e1846102e08c3b9686b0426c848d2163d7ba54
|
S3_VERSION: 772481b6500ba9dc87d0d3045d7bbe6de28e463f
|
||||||
image: lxpz/amd64_synapse:1.49.2-2
|
image: lxpz/amd64_synapse:1.49.2-3
|
||||||
|
|
||||||
|
|
|
@ -52,7 +52,7 @@ job "im" {
|
||||||
task "synapse" {
|
task "synapse" {
|
||||||
driver = "docker"
|
driver = "docker"
|
||||||
config {
|
config {
|
||||||
image = "lxpz/amd64_synapse:1.49.2-2"
|
image = "lxpz/amd64_synapse:1.49.2-3"
|
||||||
ports = [ "http" ]
|
ports = [ "http" ]
|
||||||
|
|
||||||
command = "python"
|
command = "python"
|
||||||
|
@ -108,7 +108,7 @@ job "im" {
|
||||||
driver = "docker"
|
driver = "docker"
|
||||||
|
|
||||||
config {
|
config {
|
||||||
image = "lxpz/amd64_synapse:1.49.2-2"
|
image = "lxpz/amd64_synapse:1.49.2-3"
|
||||||
readonly_rootfs = true
|
readonly_rootfs = true
|
||||||
command = "/usr/local/bin/matrix-s3-async-sqlite"
|
command = "/usr/local/bin/matrix-s3-async-sqlite"
|
||||||
work_dir = "/ephemeral"
|
work_dir = "/ephemeral"
|
||||||
|
|
Loading…
Reference in a new issue