fix(docker): persist SQLite data across restarts in compose.yml #16

Merged
nrupard merged 1 commit from fix/persist-messages into main 2026-04-14 20:46:05 +02:00
Owner

Add a named volume for /data so auth.db, chat.db, and settings.db survive
container recreation. Without this mount, all messages and users were lost
on every restart/rebuild since the DBs lived in the ephemeral writable layer.

Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com

Add a named volume for /data so auth.db, chat.db, and settings.db survive container recreation. Without this mount, all messages and users were lost on every restart/rebuild since the DBs lived in the ephemeral writable layer. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add a named volume for /data so auth.db, chat.db, and settings.db survive
container recreation. Without this mount, all messages and users were lost
on every restart/rebuild since the DBs lived in the ephemeral writable layer.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
nrupard deleted branch fix/persist-messages 2026-04-14 20:46:05 +02:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
psa-systems/lets-chat!16
No description provided.