mirror of
https://github.com/BetterCorp/BetterFrame.git
synced 2026-05-26 16:56:33 +00:00
No description
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. |
||
|---|---|---|
| .github/workflows | ||
| deploy | ||
| docs | ||
| kiosk | ||
| nodered | ||
| scripts | ||
| server | ||
| .gitattributes | ||
| .gitignore | ||
| CLAUDE.md | ||
| docker-compose.coolify.yml | ||
| docker-compose.yml | ||
| LICENSE-AGPL.txt | ||
| LICENSE-COMMERCIAL.md | ||
| LICENSE.md | ||
| package-lock.json | ||
| package.json | ||
| sec-config.yaml | ||
| tsconfig.base.json | ||