mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-06-26 19:27:52 +02:00
Add support for using an external PostgreSQL server
This commit is contained in:
@ -72,7 +72,7 @@
|
||||
- "{{ matrix_scratchpad_dir }}:/scratchpad"
|
||||
- "{{ matrix_scratchpad_dir }}/synapse_port_db_with_patch:/usr/local/bin/synapse_port_db_with_patch"
|
||||
links:
|
||||
- "matrix-postgres:postgres"
|
||||
- "matrix-postgres:{{ matrix_postgres_connection_hostname }}"
|
||||
|
||||
- name: Ensure scratchpad directory is deleted
|
||||
file:
|
||||
|
Reference in New Issue
Block a user