|
|
|
@ -19,6 +19,15 @@ 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 container networks that matrix-nginx-proxy would be connected to.
|
|
|
|
|
# The playbook does not create these networks, so make sure they already exist.
|
|
|
|
|
#
|
|
|
|
|
# Use this to expose matrix-nginx-proxy to another reverse proxy, which runs in a different container network,
|
|
|
|
|
# without exposing all other Matrix services to that other reverse-proxy.
|
|
|
|
|
#
|
|
|
|
|
# For background, see: https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1498
|
|
|
|
|
matrix_nginx_proxy_container_additional_networks: []
|
|
|
|
|
|
|
|
|
|
# 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.
|
|
|
|
|