feat(deploy): add compose deployment

This commit is contained in:
2026-05-04 23:16:08 +08:00
parent f939a50950
commit 817540f8a0
12 changed files with 451 additions and 106 deletions
+6 -3
View File
@@ -20,7 +20,8 @@ debug_page_source.html
debug_screenshot.png
# 运行时文件
sessions/
sessions/*
!sessions/.gitkeep
*.lock
!/uv.lock
*.log
@@ -29,14 +30,16 @@ backend.pid
frontend.pid
# 数据库
data/
data/*
!data/.gitkeep
# 配置文件
.env
config.ini
# 日志
logs/
logs/*
!logs/.gitkeep
# IDE
.vscode/