|
|
@ -64,7 +64,7 @@
|
|
|
|
detach: no
|
|
|
|
detach: no
|
|
|
|
cleanup: yes
|
|
|
|
cleanup: yes
|
|
|
|
entrypoint: /usr/local/bin/python
|
|
|
|
entrypoint: /usr/local/bin/python
|
|
|
|
command: "/usr/local/bin/synapse_port_db --sqlite-database /scratchpad/homeserver.db --postgres-config /data/homeserver.yaml
|
|
|
|
command: "/usr/local/bin/synapse_port_db --sqlite-database /scratchpad/homeserver.db --postgres-config /data/homeserver.yaml"
|
|
|
|
user: "{{ matrix_user_uid }}:{{ matrix_user_gid }}"
|
|
|
|
user: "{{ matrix_user_uid }}:{{ matrix_user_gid }}"
|
|
|
|
volumes:
|
|
|
|
volumes:
|
|
|
|
- "{{ matrix_synapse_config_dir_path }}:/data"
|
|
|
|
- "{{ matrix_synapse_config_dir_path }}:/data"
|
|
|
|