feat: add system settings page for admin username and password
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user