|
|
|
@@ -14,6 +14,12 @@ matrix_nginx_proxy_systemd_required_services_list: ['docker.service'] |
|
|
|
# List of systemd services that matrix-nginx-proxy.service wants |
|
|
|
matrix_nginx_proxy_systemd_wanted_services_list: [] |
|
|
|
|
|
|
|
# A list of additional "volumes" to mount in the container. |
|
|
|
# This list gets populated dynamically at runtime. You can provide a different default value, |
|
|
|
# if you wish to mount your own files into the container. |
|
|
|
# Contains definition objects like this: `{"src": "/outside", "dst": "/inside", "options": "rw|ro|slave|.."} |
|
|
|
matrix_nginx_proxy_container_additional_volumes: [] |
|
|
|
|
|
|
|
# Controls whether proxying the riot domain should be done. |
|
|
|
matrix_nginx_proxy_proxy_riot_enabled: false |
|
|
|
matrix_nginx_proxy_proxy_riot_hostname: "{{ hostname_riot }}" |
|
|
|
|