Dendrite 0.8.1

This commit is contained in:
SaltireSoul
2022-04-09 02:55:48 +01:00
parent 1ffad8ba64
commit 6925e26960
2 changed files with 41 additions and 15 deletions

View File

@ -6,7 +6,7 @@ matrix_dendrite_enabled: true
matrix_dendrite_docker_image: "{{ matrix_dendrite_docker_image_name_prefix }}matrixdotorg/dendrite-monolith:{{ matrix_dendrite_docker_image_tag }}"
matrix_dendrite_docker_image_name_prefix: "docker.io/"
matrix_dendrite_docker_image_tag: "v0.7.0"
matrix_dendrite_docker_image_tag: "v0.8.1"
matrix_dendrite_docker_image_force_pull: "{{ matrix_dendrite_docker_image.endswith(':latest') }}"
matrix_dendrite_base_path: "{{ matrix_base_data_path }}/dendrite"