This commit is contained in:
2026-08-05 10:28:44 +08:00
commit 0bacf2e0a4
103 changed files with 9415 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
services:
rag-local:
build: .
container_name: rag-local
restart: unless-stopped
ports:
- "8080:8080"
volumes:
# 数据目录(三个 SQLite 库)与文档工作区持久化
- ./data:/app/data
- ./workspace:/app/workspace
environment:
- TZ=Asia/Shanghai