matrix-docker-ansible-deploy/roles/matrix-synapse
Slavi Pantaleev d6c4d41c2b Define instanceId property on workers
This give us the possibility to run multiple instances of
workers that that don't expose a port.

Right now, we don't support that, but in the future we could
run multiple `federation_sender` or `pusher` workers, without
them fighting over naming (previously, they'd all be named
something like `matrix-synapse-worker-pusher-0`, because
they'd all define `port` as `0`).
2021-02-18 18:19:51 +02:00
..
defaults Define instanceId property on workers 2021-02-18 18:19:51 +02:00
files Run Synapse workers in their own containers 2021-01-25 12:14:46 +02:00
tasks Define instanceId property on workers 2021-02-18 18:19:51 +02:00
templates Merge branch 'master' into synapse-workers 2021-02-16 17:31:40 +02:00
vars Enable /devices endpoint for generic workers 2021-01-27 22:18:47 +02:00