Add .gitignore & README

This commit is contained in:
3wc 2020-09-08 18:40:57 +02:00
parent 94c6545986
commit edc03d0d1b
2 changed files with 15 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/.envrc

14
README.md Normal file
View File

@ -0,0 +1,14 @@
# 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