Switch to a better riot-web image (avhost/docker-matrix-riot -> bubuntux/riot-web)

The new container image is about 20x smaller in size, faster to start up, etc.

This also fixes #26 (Github issue).
This commit is contained in:
Slavi Pantaleev
2019-01-11 21:20:17 +02:00
parent 14a237885a
commit 6d253ff571
5 changed files with 5 additions and 11 deletions

View File

@ -26,7 +26,6 @@
owner: "{{ matrix_user_username }}"
group: "{{ matrix_user_username }}"
with_items:
- {src: "{{ role_path }}/templates/riot-web/riot.im.conf.j2", name: "riot.im.conf"}
- {src: "{{ role_path }}/templates/riot-web/config.json.j2", name: "config.json"}
- {src: "{{ matrix_riot_web_homepage_template }}", name: "home.html"}
when: matrix_riot_web_enabled