forked from data.coop/ansible
Add volume folder for matrix
This commit is contained in:
parent
8b5e8a276b
commit
fb0efacf40
|
@ -64,6 +64,8 @@
|
||||||
- name: matrix
|
- name: matrix
|
||||||
published_ports:
|
published_ports:
|
||||||
- "8008"
|
- "8008"
|
||||||
|
volumes:
|
||||||
|
- "{{ matrix.volume_folder }}/data:/data"
|
||||||
env:
|
env:
|
||||||
SYNAPSE_SERVER_NAME: "{{ base_domain }}"
|
SYNAPSE_SERVER_NAME: "{{ base_domain }}"
|
||||||
SYNAPSE_REPORT_STATS: "False"
|
SYNAPSE_REPORT_STATS: "False"
|
||||||
|
|
Loading…
Reference in a new issue