chore: add data snapshot, deployment compose, and CLAUDE.md
Some checks failed
Build and Push Docker Image / build-and-push (push) Has been cancelled

- Commit SQLite db snapshot (WAL checkpointed before copy)
- Replace upstream docker-compose with real deployment config
- Add CLAUDE.md documenting customization and deploy steps
- Gitignore secrets.json and SQLite temp files

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Adriano Belisario
2026-05-03 18:29:38 +00:00
parent 52f75f0b3d
commit 4864bf6304
4 changed files with 148 additions and 12 deletions

6
.gitignore vendored
View File

@@ -59,5 +59,7 @@ drizzle/
.vscode/
.idea/
# data
/data
# data — commit db snapshot but not secrets or SQLite temp files
/data/secrets.json
/data/db/*.db-wal
/data/db/*.db-shm