catching up changes to matrix roles #55
|
@ -39,7 +39,7 @@
|
|||
- name: start matrix-element container
|
||||
docker_container:
|
||||
name: matrix-element
|
||||
image: bubuntux/element-web:latest
|
||||
image: vectorim/element-web:latest
|
||||
auto_remove: false
|
||||
detach: true
|
||||
pull: true
|
||||
|
@ -54,7 +54,7 @@
|
|||
mounts:
|
||||
- type: bind
|
||||
source: "{{ systemuserlist.matrix.home }}/element/config.json"
|
||||
target: /etc/element-web/config.json
|
||||
target: /app/config.json
|
||||
read_only: true
|
||||
tags:
|
||||
- element-container
|
||||
|
|
|
@ -39,6 +39,7 @@
|
|||
mode: 0750
|
||||
tags:
|
||||
- matrix-html
|
||||
- www
|
||||
|
||||
- name: template nginx vhost
|
||||
template:
|
||||
|
|
|
@ -106,6 +106,7 @@
|
|||
docker_container:
|
||||
name: matrix
|
||||
image: matrixdotorg/synapse:latest
|
||||
#image: matrixdotorg/synapse:v1.82.0 # previous v1.73.0 as latest
|
||||
auto_remove: false
|
||||
detach: true
|
||||
pull: true
|
||||
|
|
Loading…
Reference in New Issue