mirror of
https://github.com/BetterCorp/BetterFrame.git
synced 2026-05-26 17:56:34 +00:00
BF_DB=postgres + BF_PG_URL activates the PgAdapter path. Service-store detects driver, creates PgAdapter with connection pool, runs TENANT_MIGRATIONS from migrations-pg.ts, tracks version in schema_migrations table. docker-compose.coolify.yml gains a postgres service (postgres:17-alpine) behind the "postgres" profile — disabled by default. Set BF_DB=postgres in Coolify env to activate. Server env auto-constructs BF_PG_URL from BF_PG_USER/PASSWORD/DB vars. SQLite remains default — no change for existing deployments. |
||
|---|---|---|
| .. | ||
| src | ||
| .gitignore | ||
| bsb-tests.json | ||
| package.json | ||
| tsconfig.json | ||