refactor: move runtime state under project data directory
Some checks failed
CI / lint-and-compile (push) Has been cancelled
CI / lint-and-compile (pull_request) Has been cancelled

This commit is contained in:
root
2026-04-17 15:57:51 +08:00
parent e41ee8bcc8
commit c1e261aa14
7 changed files with 21 additions and 9 deletions

View File

@@ -8,6 +8,5 @@ services:
ports:
- "${PORT:-8317}:${PORT:-8317}"
volumes:
- ./runtime-bin:/app/bin
- /root/.lingma:/root/.lingma
- ./data:/app/data
restart: unless-stopped