Add (native) Traefik support to matrix-client-element
Previously, it had to go through matrix-nginx-proxy. It's exposed to Traefik directly via container labels now
This commit is contained in:
@ -19,7 +19,7 @@
|
||||
path: "{{ devture_systemd_docker_base_systemd_path }}/matrix-client-element.service"
|
||||
state: absent
|
||||
|
||||
- name: Ensure Element paths doesn't exist
|
||||
- name: Ensure Element path doesn't exist
|
||||
ansible.builtin.file:
|
||||
path: "{{ matrix_client_element_data_path }}"
|
||||
state: absent
|
||||
|
Reference in New Issue
Block a user