Store calculation history on server with bazi input and chart snapshots.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-06-13 09:57:16 +08:00
parent fcf071cfaa
commit 123a5cce6d
17 changed files with 419 additions and 54 deletions
+3
View File
@@ -14,6 +14,9 @@ services:
NODE_ENV: production
PORT: "3130"
HOSTNAME: "0.0.0.0"
HISTORY_DATA_DIR: /app/data/history
volumes:
- ./data/history:/app/data/history
healthcheck:
test:
[