Fix additional-networks connectivity for a few services
This commit is contained in:
@ -25,6 +25,10 @@ matrix_mautrix_wsproxy_hostname: ""
|
||||
# The base container network. It will be auto-created by this role if it doesn't exist already.
|
||||
matrix_mautrix_wsproxy_container_network: matrix-mautrix-wsproxy
|
||||
|
||||
matrix_mautrix_wsproxy_twitter_container_additional_networks: "{{ matrix_mautrix_wsproxy_twitter_container_additional_networks_auto + matrix_mautrix_wsproxy_twitter_container_additional_networks_custom }}"
|
||||
matrix_mautrix_wsproxy_twitter_container_additional_networks_auto: []
|
||||
matrix_mautrix_wsproxy_twitter_container_additional_networks_custom: []
|
||||
|
||||
# matrix_mautrix_wsproxy_container_labels_traefik_enabled controls whether labels to assist a Traefik reverse-proxy will be attached to the container.
|
||||
# See `../templates/labels.j2` for details.
|
||||
#
|
||||
|
Reference in New Issue
Block a user