Add (Postgres + SQLite) support to matrix-mautrix-hangouts bridge

I don't use this bridge, so this is completely untested.
This commit is contained in:
Slavi Pantaleev
2020-12-14 12:34:59 +02:00
parent 43d6ff2af8
commit ce21ea3640
4 changed files with 51 additions and 1 deletions

View File

@ -18,6 +18,7 @@ ExecStartPre={{ matrix_host_command_docker }} run --rm --name matrix-mautrix-han
--log-driver=none \
--user={{ matrix_user_uid }}:{{ matrix_user_gid }} \
--cap-drop=ALL \
--network={{ matrix_docker_network }} \
-v {{ matrix_mautrix_hangouts_config_path }}:/config:z \
-v {{ matrix_mautrix_hangouts_data_path }}:/data:z \
{{ matrix_mautrix_hangouts_docker_image }} \