summary refs log tree commit diff
path: root/docker/complement/README.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Complement: use SQLite by default (#13075)Richard van der Hoff2022-06-161-1/+1
| | | | | If no database is configured explicitly, use sqlite. This means that you don't have to pass any variables into the image.
* Merge the Complement testing Docker images into a single, multi-purpose ↵reivilibre2022-06-081-1/+32
| | | | | image. (#12881) Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
* Move complement setup stuff into the Synapse repo (#12404)Richard van der Hoff2022-04-111-0/+1
Fixes matrix-org/complement#330 (or it will, once we remove the old files). It's not quite a lift-and-shift: I've also taken the opportunity to get rid of the custom CA that we used to use to sign the TLS certs, which has been superceded by the CA exposed by Complement.