ops: add docker-compose.yml and deploy-postgres.sh for production cutover

- docker-compose.yml: Postgres 16 Alpine on port 5433 with healthcheck
- scripts/deploy-postgres.sh: one-shot deployment script that handles
  container startup, schema creation, npm install, data migration, and
  frontend build
- Backup SQLite database as cve_database.db.pre-postgres-backup
This commit is contained in:
Jordan Ramos
2026-05-06 15:07:06 -06:00
parent 573903a885
commit 6163be626e
3 changed files with 144 additions and 0 deletions

Binary file not shown.