Add volume folder for matrix

This commit is contained in:
Jesper Hess 2019-03-07 13:23:10 +01:00
parent 8b5e8a276b
commit fb0efacf40
Signed by untrusted user: graffen
GPG Key ID: 351A89E40D763F0F
1 changed files with 2 additions and 0 deletions

View File

@ -64,6 +64,8 @@
- name: matrix
published_ports:
- "8008"
volumes:
- "{{ matrix.volume_folder }}/data:/data"
env:
SYNAPSE_SERVER_NAME: "{{ base_domain }}"
SYNAPSE_REPORT_STATS: "False"