Add hostname for riot

This commit is contained in:
Jesper Hess 2019-02-09 16:00:04 +01:00
parent 8066a0e67d
commit ec930a6f0f
Signed by untrusted user: graffen
GPG Key ID: 351A89E40D763F0F
2 changed files with 8 additions and 1 deletions

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 }}"