Self hosted postgres #2

Open
tyler wants to merge 7 commits from TOC/route-commerce:self-hosted-postgres into main

7 Commits

Author SHA1 Message Date
tyler 367a5625f3 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.
2026-06-05 01:19:10 +00:00
tyler e8f2d76637 Fix workflow: use actual secrets, fix env file writing
Deploy to route.crispygoat.com / deploy (push) Successful in 3m21s
2026-06-04 18:53:11 -06:00
tyler beac3e48f1 Load .env.production from server before build
Deploy to route.crispygoat.com / deploy (push) Failing after 38s
2026-06-04 18:52:02 -06:00
tyler fddb9178c0 Use npm install instead of npm ci (no lockfile)
Deploy to route.crispygoat.com / deploy (push) Failing after 2m56s
2026-06-04 18:48:21 -06:00
tyler 8ad8dbb25b Remove npm cache from workflow (local runner)
Deploy to route.crispygoat.com / deploy (push) Failing after 3s
2026-06-04 18:47:46 -06:00
tyler 988310fd50 Add Gitea Actions deploy workflow
Deploy to route.crispygoat.com / deploy (push) Failing after 56s
2026-06-04 18:42:58 -06:00
tyler 2de32b0c66 Add rocket emoji to tagline 2026-06-05 00:38:29 +00:00