mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-10-22 04:08:55 +02:00
Add support for storing Matrix Synapse's media_store to Amazon S3
This commit is contained in:
@@ -4,6 +4,10 @@ After=docker.service
|
||||
Requires=docker.service
|
||||
Requires=matrix-postgres.service
|
||||
After=matrix-postgres.service
|
||||
{% if matrix_s3_media_store_enabled %}
|
||||
After=matrix-s3fs.service
|
||||
Requires=matrix-s3fs.service
|
||||
{% endif %}
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
|
Reference in New Issue
Block a user