feat: 完善全栈 Dashboard 项目 - UI优化、Docker支持、账单系统等
This commit is contained in:
14
docker-compose.yml
Normal file
14
docker-compose.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
services:
|
||||
dashboard:
|
||||
build: .
|
||||
ports:
|
||||
- "3001:3001"
|
||||
volumes:
|
||||
- dashboard-data:/app/data
|
||||
environment:
|
||||
- PORT=3001
|
||||
- HMAC_SECRET=${HMAC_SECRET:-newapi-dashboard-default-secret-key-change-in-production}
|
||||
restart: unless-stopped
|
||||
|
||||
volumes:
|
||||
dashboard-data:
|
||||
Reference in New Issue
Block a user