世界书部分基本完成

This commit is contained in:
2026-04-07 01:56:13 +08:00
parent e8dedb5ec4
commit 4f9cf4b725
10 changed files with 2505 additions and 862 deletions

View File

@@ -5,7 +5,7 @@ services:
build: ./backend
command: uvicorn backend.main:app --host 0.0.0.0 --port 8000 --reload
ports:
- "3001:8000"
- "23337:8000"
volumes:
- ./backend:/app/backend
- ./data:/app/data
@@ -19,7 +19,7 @@ services:
context: ./frontend-react
dockerfile: Dockerfile
ports:
- "3000:5173"
- "23338:5173"
volumes:
- ./frontend-react:/app
- /app/node_modules