refactor: remove frontend and keep backend-only build

This commit is contained in:
liumangmang
2026-04-22 14:55:24 +08:00
parent 4ac755a7fe
commit e9a75c14dd
87 changed files with 4379 additions and 4533 deletions
+15
View File
@@ -0,0 +1,15 @@
services:
svn-log-tool:
image: svn-log-tool:latest
build:
context: .
dockerfile: Dockerfile
container_name: svn-log-tool
ports:
- "18088:18088"
volumes:
- ./outputs:/app/outputs
restart: unless-stopped
# 如需配置 AI 功能,取消下方注释并填入 API Key
# environment:
# - DEEPSEEK_API_KEY=sk-your-key-here