Matrix Riot service #15

Merged
valberg merged 11 commits from matrix-riot into master 2019-02-09 21:47:13 +00:00
2 changed files with 8 additions and 1 deletions
Showing only changes of commit ec930a6f0f - Show all commits

View file

@ -18,3 +18,6 @@ fider:
matrix:
domain: "matrix.{{ base_domain }}"
riot:
domain: "riot.{{ base_domain }}"

View file

@ -57,4 +57,8 @@
networks:
- name: matrix
- name: external_services
env:
VIRTUAL_HOST: "{{ riot.domain }}"
LETSENCRYPT_HOST: "{{ riot.domain }}"
LETSENCRYPT_EMAIL: "{{ letsencrypt_email }}"