feat: Externalize runtime data, including SQLite and caches, to a configurable directory mounted via Docker volumes.
This commit is contained in:
+4
-1
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user