matrix-docker-ansible-deploy/roles/matrix-synapse/templates
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
..
goofys Work around annoying Docker warning about undefined $HOME 2021-01-15 00:23:01 +02:00
synapse Fix worker listening addresses 2021-01-25 12:29:47 +02:00