feat: update web ui, docker make commands, and related docs/config

This commit is contained in:
liumangmang
2026-04-09 11:56:19 +08:00
parent 51be434f2a
commit 4ac755a7fe
27 changed files with 2718 additions and 507 deletions

11
docker-compose.yml Normal file
View File

@@ -0,0 +1,11 @@
services:
svn-log-tool:
build:
context: .
dockerfile: Dockerfile
container_name: svn-log-tool
ports:
- "18088:18088"
volumes:
- ./outputs:/app/outputs
restart: unless-stopped