Update README and docker-compose; add Chinese README

Expanded and clarified the main README with new features, configuration, and deployment instructions. Added a Chinese translation (README_zh.md). Updated docker-compose.yml to improve volume and env file mounting.
This commit is contained in:
Yuzhong Zhang
2025-07-06 16:02:39 +08:00
parent 7083d04fbf
commit a7c4624e70
3 changed files with 248 additions and 72 deletions
+2 -3
View File
@@ -7,6 +7,5 @@ services:
- "3002:3002"
volumes:
- ./data:/root/data
- ./excalidraw.db:/root/excalidraw.db
env_file:
- .env
- ./excalidraw.db:/root/excalidraw.db:Z
- ./.env:/root/.env