Fixed
- SQLite viewer crash — Viewer container failed to start when using SQLite because
PRAGMA journal_mode=WALrequires write access to create.db-waland.db-shmsidecar files. WAL andcreate_allare now wrapped in try/except so the viewer degrades gracefully to default journal mode instead of crashing. (#61) - Read-only volume mount — Removed
:rofrom the viewer volume indocker-compose.ymlsince SQLite WAL needs write access. Added comment explaining when:rois safe (PostgreSQL only).
📋 Full changelog: docs/CHANGELOG.md