matrix-docker-ansible-deploy/roles/matrix-synapse
Slavi Pantaleev 1462409b34 Fix worker listening addresses
Not specifying bind addresses for the worker resulted in this warning:

> synapse.app - 47 - WARNING - None - Failed to listen on 0.0.0.0, continuing because listening on [::]

Additionally, metrics listening only on 127.0.0.1 seems like a no-op.
Only having it accessible from within the container is likely not what
we intend. Changed that to all interfaces as well.

Whether it actually gets exposed or not depends on the systemd service
and `matrix_synapse_workers_container_host_bind_address`.
2021-01-25 12:29:47 +02:00
..
defaults Improvements around Synapse worker/metrics ports exposure 2021-01-25 08:25:43 +02:00
files Run Synapse workers in their own containers 2021-01-25 12:14:46 +02:00
tasks Run Synapse workers in their own containers 2021-01-25 12:14:46 +02:00
templates Fix worker listening addresses 2021-01-25 12:29:47 +02:00
vars Whitelist /_matrix/key requests for going to generic workers on the federation port 2021-01-25 09:46:50 +02:00