feat(api): dockerize backend with compose, migrations-on-start, and run docs

This commit is contained in:
Bas van Rossem
2026-06-17 13:54:48 +02:00
parent 04cfe0f726
commit bcb305b048
5 changed files with 72 additions and 0 deletions

4
apps/api/.env.example Normal file
View File

@@ -0,0 +1,4 @@
DATABASE_URL=file:./data/app.db
BETTER_AUTH_SECRET=change-me-to-a-long-random-string
BETTER_AUTH_URL=http://localhost:3000
PORT=3000