Add self-hosted Postgres docker-compose
Deploy to route.crispygoat.com / deploy (push) Successful in 3m1s

- docker-compose.yml: Postgres 16 Alpine with named volume, healthcheck
- .env.example: POSTGRES_* and DATABASE_URL template
- .gitignore: exclude db_data/ volume

Starting fresh, no data migration. App still wired to Supabase;
DB is ready for migrations to be applied.
This commit is contained in:
2026-06-05 01:19:10 +00:00
parent e8f2d76637
commit 367a5625f3
3 changed files with 43 additions and 1 deletions
+3 -1
View File
@@ -41,4 +41,6 @@ supabase/.temp/
# IDE / local config
.mcp.json
.env*
# Docker / self-hosted Postgres
db_data/