feat: add system settings page for admin username and password

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-08-02 08:56:54 +08:00
parent 4743f3efdd
commit b5cba83df4
20 changed files with 647 additions and 117 deletions
+2
View File
@@ -23,10 +23,12 @@ services:
environment:
TZ: Asia/Shanghai
MI_DB_PATH: /app/data/market_intel.db
ENV_FILE: /app/.env
ports:
- "${MI_PORT:-5170}:5170"
volumes:
- mi_data:/app/data
- ./.env:/app/.env
depends_on:
- collector
restart: unless-stopped