feat: Externalize runtime data, including SQLite and caches, to a configurable directory mounted via Docker volumes.

This commit is contained in:
2569718930@qq.com
2026-03-13 17:18:06 +08:00
parent ac9e537070
commit 08217deefb
5 changed files with 61 additions and 3 deletions
+4 -1
View File
@@ -2,6 +2,9 @@
.env
# Data and Logs
data/*.db
data/*.db-*
data/*.db.*
data/*.json
data/logs/
data/historical/
@@ -31,4 +34,4 @@ frontend/node_modules/
frontend/.next/
frontend/.vercel/
.npm-cache/
.npm-cache/