fix: add JOURNAL_MODE=delete for Pinchflat SQLite on network share

SQLite was experiencing connection timeouts and errors because the
downloads folder is on a HiDrive network mount. Setting JOURNAL_MODE
to delete fixes SQLite locking issues on network filesystems.

Fixes: database connection timeouts and "Sqlite3 was invoked incorrectly" errors

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-20 15:26:33 +01:00
parent 6c3f4bb186
commit 92c3125773

View File

@@ -73,6 +73,7 @@ services:
- /mnt/hidrive/users/valknar/Downloads/pinchflat:/downloads - /mnt/hidrive/users/valknar/Downloads/pinchflat:/downloads
environment: environment:
TZ: ${TIMEZONE:-Europe/Berlin} TZ: ${TIMEZONE:-Europe/Berlin}
JOURNAL_MODE: delete
networks: networks:
- compose_network - compose_network
labels: labels: