aboutsummaryrefslogtreecommitdiff
path: root/app/docker-compose.yml
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-01-10 21:36:27 +0100
committerAlex Auvolat <alex@adnab.me>2022-01-10 21:36:27 +0100
commit71062a2d40961c396aba93e5e61f3bd59c8872b9 (patch)
tree9a420185f3ee917810239b078e7051614a0166a3 /app/docker-compose.yml
parent49270804434a954c5ee3d491a9d20b34bdb555ec (diff)
downloadnixcfg-71062a2d40961c396aba93e5e61f3bd59c8872b9.tar.gz
nixcfg-71062a2d40961c396aba93e5e61f3bd59c8872b9.zip
Matrix media natively on S3
Diffstat (limited to 'app/docker-compose.yml')
-rw-r--r--app/docker-compose.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/app/docker-compose.yml b/app/docker-compose.yml
new file mode 100644
index 0000000..40091c9
--- /dev/null
+++ b/app/docker-compose.yml
@@ -0,0 +1,16 @@
+version: '3.4'
+services:
+
+ synapse:
+ build:
+ context: ./im/build/matrix-synapse
+ args:
+ # https://github.com/matrix-org/synapse/releases
+ VERSION: 1.48.0
+ # https://github.com/matrix-org/synapse-s3-storage-provider/commits/main
+ # 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: 41f5bf83485c61efb61c9e77f5e93cbeb969f517
+ image: lxpz/amd64_synapse:test7
+