mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-02-24 07:54:11 +01:00
Compare commits
No commits in common. "8e5e92321415f4a49bb4a67fed773165a06fbf3b" and "b9a6426555be6230722acb3914a75eb495fdf8d1" have entirely different histories.
8e5e923214
...
b9a6426555
@ -7,7 +7,7 @@ matrix_client_cinny_container_image_self_build: false
|
|||||||
matrix_client_cinny_container_image_self_build_repo: "https://github.com/ajbura/cinny.git"
|
matrix_client_cinny_container_image_self_build_repo: "https://github.com/ajbura/cinny.git"
|
||||||
|
|
||||||
# renovate: datasource=docker depName=ajbura/cinny
|
# renovate: datasource=docker depName=ajbura/cinny
|
||||||
matrix_client_cinny_version: v4.2.0
|
matrix_client_cinny_version: v4.1.0
|
||||||
matrix_client_cinny_docker_image: "{{ matrix_client_cinny_docker_image_name_prefix }}ajbura/cinny:{{ matrix_client_cinny_version }}"
|
matrix_client_cinny_docker_image: "{{ matrix_client_cinny_docker_image_name_prefix }}ajbura/cinny:{{ matrix_client_cinny_version }}"
|
||||||
matrix_client_cinny_docker_image_name_prefix: "{{ 'localhost/' if matrix_client_cinny_container_image_self_build else matrix_container_global_registry_prefix }}"
|
matrix_client_cinny_docker_image_name_prefix: "{{ 'localhost/' if matrix_client_cinny_container_image_self_build else matrix_container_global_registry_prefix }}"
|
||||||
matrix_client_cinny_docker_image_force_pull: "{{ matrix_client_cinny_docker_image.endswith(':latest') }}"
|
matrix_client_cinny_docker_image_force_pull: "{{ matrix_client_cinny_docker_image.endswith(':latest') }}"
|
||||||
|
@ -89,7 +89,7 @@
|
|||||||
cmd: |
|
cmd: |
|
||||||
{{ devture_systemd_docker_base_host_command_docker }} run
|
{{ devture_systemd_docker_base_host_command_docker }} run
|
||||||
--rm
|
--rm
|
||||||
--name={{ matrix_media_repo_identifier }}-temp
|
--name={{ matrix_media_repo_identifier }}
|
||||||
--user={{ matrix_synapse_uid }}:{{ matrix_synapse_gid }}
|
--user={{ matrix_synapse_uid }}:{{ matrix_synapse_gid }}
|
||||||
--cap-drop=ALL
|
--cap-drop=ALL
|
||||||
--mount type=bind,src={{ matrix_media_repo_config_path }},dst=/config
|
--mount type=bind,src={{ matrix_media_repo_config_path }},dst=/config
|
||||||
@ -104,7 +104,7 @@
|
|||||||
cmd: |
|
cmd: |
|
||||||
{{ devture_systemd_docker_base_host_command_docker }} run
|
{{ devture_systemd_docker_base_host_command_docker }} run
|
||||||
--rm
|
--rm
|
||||||
--name={{ matrix_media_repo_identifier }}-temp
|
--name={{ matrix_media_repo_identifier }}
|
||||||
--user={{ matrix_synapse_uid }}:{{ matrix_synapse_gid }}
|
--user={{ matrix_synapse_uid }}:{{ matrix_synapse_gid }}
|
||||||
--cap-drop=ALL
|
--cap-drop=ALL
|
||||||
--mount type=bind,src={{ matrix_media_repo_config_path }},dst=/config
|
--mount type=bind,src={{ matrix_media_repo_config_path }},dst=/config
|
||||||
|
Loading…
x
Reference in New Issue
Block a user