docs: add docker compose quickstart

This commit is contained in:
William Valentin
2025-09-23 11:32:48 -07:00
parent eb43766b21
commit dec8c7b42e
5 changed files with 77 additions and 1 deletions

View File

@@ -225,6 +225,8 @@ DEV_API_URL=http://localhost:5984
| `CERT_MANAGER_ISSUER` | `letsencrypt-prod` | Certificate issuer |
| `CORS_ORIGIN` | `*` | CORS allowed origins |
> When running via `docker compose up --build`, CouchDB CORS settings are sourced from `couchdb-config/cors.ini`. Update the `origins` list in that file to add additional frontend domains.
### Performance Variables
| Variable | Default | Description |