Move all monitoring-related services to their own container network (matrix_monitoring_container_network)

This commit is contained in:
Slavi Pantaleev
2024-01-13 17:43:23 +02:00
parent 782f1f5b1c
commit 0ceea3895e
2 changed files with 8 additions and 5 deletions

View File

@ -31,6 +31,9 @@ matrix_addons_homeserver_client_api_url: "{{ matrix_homeserver_container_url }}"
# The systemd services (representing the homeserver) that addon services (bridges, bots, etc.) should depend on
matrix_addons_homeserver_systemd_services_list: "{{ matrix_homeserver_systemd_services_list }}"
# A container network where all monitoring services would live.
matrix_monitoring_container_network: matrix-monitoring
# matrix_homeserver_enabled controls whether to enable the homeserver systemd service, etc.
#
# Unless you're wrapping this playbook in another one