update readme notes
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
brooke 2025-04-25 18:15:29 -04:00
parent d4e4b25207
commit f43bfa5269

View File

@ -17,13 +17,12 @@
## Quick start
* Set up Docker Swarm and [`abra`]
* Deploy [`coop-cloud/traefik`]
* Deploy `coop-cloud/traefik` (note that you will have to enable host networking on traefik for the ratelimiting feature to work)
* `abra app new gotosocial`
* `abra app config <app-domain>` (choose database type now, migration is possible but annoying)
* `abra app deploy <app-domain>`
> **Note:** This deployment can be pretty wonky on instances with <2GB of available RAM or <4 cores, this is a known issue related to wasm compilation running on initialization. Please be patient and check the logs.
> **Note:** This deployment can be pretty wonky on instances with <2GB of available RAM or <2 cores, this is a known issue related to wasm compilation running on initialization. Please be patient and check the logs.
## [Database](https://docs.gotosocial.org/en/latest/configuration/database/)