Commit Graph

5 Commits

Author SHA1 Message Date
null 07b47ace8f fix(infra): bind-mount postgres to ./data/postgres, gitignore data/
- Switched from Docker named volume to bind mount ./data/postgres
- DB data persists on disk across rebuilds (no more re-inputting keys)
- Added data/ to .gitignore
- Updated docker-test.sh docs to reflect bind mount
- Included uncommitted ai-providers page changes
2026-05-20 22:57:31 -05:00
null 328d71b0f8 fix(scripts): preserve DB volume across rebuilds, stop nuking data 2026-05-20 22:53:55 -05:00
null 2060cf7d85 fix(scripts): harden docker-test.sh to be Pipeline-only, add safety docs 2026-05-20 22:44:30 -05:00
null 7cc9e86de1 fix(db): linearize Alembic migration chain to resolve branch conflicts 2026-05-20 22:37:36 -05:00
null f8f885a499 chore: add docker-test.sh (clean rebuild script), remove docker-push.sh 2026-05-20 22:30:37 -05:00