dockersqlite
Shipping SQLite in Docker
How to persist SQLite under /data with a clean volume story.
3 views
Why SQLite
For a solo portfolio shop, SQLite on a Docker volume is enough.
Mount /data, point DATABASE_URL at /data/app.db, and keep uploads beside it.
Checklist
- Named volume at `/data`
- Health endpoint that pings the DB
- Backup the file before migrations
You may also like
Comments & ratings
No comments yet. Be the first.