15 lines
493 B
Markdown
15 lines
493 B
Markdown
# Matrix Synapse
|
|
|
|
Matrix Synapse, based on official `martixdotorg/synapse` image.
|
|
|
|
1. Set up Docker Swarm and [`abra`][abra]
|
|
2. Deploy [`compose-stacks/traefik`][compose-traefik]
|
|
2. `cp .envrc.sample .envrc`
|
|
3. Edit `.envrc` - be sure to change `$DOMAIN` to something that resolves to
|
|
your Docker swarm box
|
|
4. `direnv allow` (or `. .envrc`)
|
|
8. `abra deploy`
|
|
|
|
[abra]: https://git.autonomic.zone/autonomic-cooperative/abra
|
|
[compose-traefik]: https://git.autonomic.zone/compose-stacks/traefik
|