diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-06-04 19:48:50 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-06-04 19:48:50 +0200 |
commit | efcdef78564b3a3777efa5c1ed99ebc77fab0131 (patch) | |
tree | ab96d8ccffdc0908bb73055b30580a95ffc631bc /app/docker-compose.yml | |
parent | 62fa15390b6997dfa25e22fbec7ca4b92c52fe74 (diff) | |
download | infrastructure-efcdef78564b3a3777efa5c1ed99ebc77fab0131.tar.gz infrastructure-efcdef78564b3a3777efa5c1ed99ebc77fab0131.zip |
Matrix 1.35.1 + S3 backend
Diffstat (limited to 'app/docker-compose.yml')
-rw-r--r-- | app/docker-compose.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app/docker-compose.yml b/app/docker-compose.yml index b72bac9..9905a57 100644 --- a/app/docker-compose.yml +++ b/app/docker-compose.yml @@ -22,8 +22,10 @@ services: context: ./im/build/matrix-synapse args: # https://github.com/matrix-org/synapse/releases - VERSION: 1.34.0 - image: superboum/amd64_synapse:v44 + VERSION: 1.35.1 + # https://github.com/matrix-org/synapse-s3-storage-provider/commits/main + S3_VERSION: 3c3fafd6a2624f05fd396d9e003501bf8bef7b2e + image: superboum/amd64_synapse:v45 # Email sogo: |