feat: add svn preset management and optimize docker builds

This commit is contained in:
liumangmang
2026-06-11 13:57:20 +08:00
parent 409c5a81e4
commit b5c7907c23
24 changed files with 1317 additions and 138 deletions
+4 -3
View File
@@ -4,9 +4,10 @@ services:
context: .
dockerfile: Dockerfile
args:
# Docker 镜像加速(默认 Docker Hub,国内可阿里云)
# 使用方式: REGISTRY_MIRROR=registry.cn-hangzhou.aliyuncs.com/library docker compose build
REGISTRY_MIRROR: ${REGISTRY_MIRROR:-docker.1ms.run/library}
# Docker 镜像加速(使用 DOCKER_REGISTRY_MIRROR 传递,国内可阿里云,例如 registry.cn-hangzhou.aliyuncs.com/library,不能带 https://
# 内部/开发用途,推荐通过 make fast-up 使用快速构建
REGISTRY_MIRROR: ${DOCKER_REGISTRY_MIRROR:-docker.1ms.run/library}
FAST_BUILD: ${FAST_BUILD:-false}
container_name: svn-log-tool
network_mode: host
volumes: