Split matrix_client_fluffychat_container_additional_networks into _auto and _custom

Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/4068
This commit is contained in:
Slavi Pantaleev
2025-02-17 11:16:38 +02:00
parent a2111dece7
commit d6c60fd538
2 changed files with 4 additions and 2 deletions

View File

@ -22,7 +22,9 @@ matrix_client_fluffychat_container_network: ''
# A list of additional container networks that the container would be connected to.
# The role does not create these networks, so make sure they already exist.
# Use this to expose this container to a reverse proxy, which runs in a different container network.
matrix_client_fluffychat_container_additional_networks: []
matrix_client_fluffychat_container_additional_networks: "{{ matrix_client_fluffychat_container_additional_networks_auto + matrix_client_fluffychat_container_additional_networks_custom }}"
matrix_client_fluffychat_container_additional_networks_auto: []
matrix_client_fluffychat_container_additional_networks_custom: []
# Controls whether the matrix-client-fluffychat container exposes its HTTP port (tcp/8080 in the container).
#