docs(deploy): document pgbouncer rollout
This commit is contained in:
@@ -20,6 +20,8 @@ bash deploy.sh
|
||||
docker compose -f docker-compose.yaml -f docker-compose.offline.yaml --env-file .env up -d
|
||||
```
|
||||
|
||||
Runtime services connect to Postgres through PgBouncer in `session` pooling mode. The one-shot `migrate` job still connects directly to `postgres` and `monitoring-postgres` so DDL and seed work do not go through the pooler.
|
||||
|
||||
On a k3s host:
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user