refactor: remove frontend and keep backend-only build
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user