fix(joplin): Enable events auto delete to reduce database size

This commit is contained in:
Adrien Poupa
2025-01-03 18:10:03 -05:00
parent 6975a45840
commit 859b5e9878

View File

@@ -13,6 +13,8 @@ services:
- DB_CLIENT=sqlite3
- SQLITE_DATABASE=/database/joplin.db
- STORAGE_DRIVER=Type=Filesystem; Path=/storage
- EVENTS_AUTO_DELETE_ENABLED=true
- EVENTS_AUTO_DELETE_AFTER_DAYS=7
volumes:
- ${CONFIG_ROOT:-.}/joplin/database:/database
- ${CONFIG_ROOT:-.}/joplin/storage:/storage