引入二级大纲功能,新增父子节点关系及子节点排序,同时调整API与UI以支持嵌套大纲管理
This commit is contained in:
17
docker-compose.yml
Normal file
17
docker-compose.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
services:
|
||||
noval:
|
||||
build: .
|
||||
container_name: noval
|
||||
ports:
|
||||
- "80:8000"
|
||||
expose:
|
||||
- "8000"
|
||||
volumes:
|
||||
# SQLite 数据持久化
|
||||
- noval-data:/app/data
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
restart: unless-stopped
|
||||
|
||||
volumes:
|
||||
noval-data:
|
||||
Reference in New Issue
Block a user