summary refs log tree commit diff
path: root/contrib/docker_compose_workers (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update book locationErik Johnston2023-12-131-2/+2
|
* Add redis SSL configuration options (#15312)Roel ter Maat2023-05-111-0/+4
| | | | | | | | | | | | | | | | | * Add SSL options to redis config * fix lint issues * Add documentation and changelog file * add missing . at the end of the changelog * Move client context factory to new file * Rename ssl to tls and fix typo * fix lint issues * Added when redis attributes were added
* Support for selecting the Redis logical database. (#15034)999lakhisidhu2023-02-151-0/+1
| | | | Note that this is only used for key-value store (cached values) and not for the pub/sub replication used by Synapse.
* Remove not needed `replication` listener in docker compose example (#14107)Dirk Klimpel2022-10-173-25/+1
|
* Docker Compose Worker Documentation and Examples (#12737)James2022-06-084-0/+235