merge: pull origin/main, resolve 4 conflicts (gitignore/AGENTS.md/daemon.json/it-tools)

This commit is contained in:
cnphpbb
2026-06-15 08:36:05 +08:00
47 changed files with 1104 additions and 25 deletions

23
haproxy/env.cfg.example Normal file
View File

@@ -0,0 +1,23 @@
# ============================================================
# haproxy 部署 — 公共环境变量模板(不含敏感信息)
# 复制为 env.cfg 后填入真实值env.cfg 已被 .gitignore 忽略
# ============================================================
#
# 使用方式:
# cp env.cfg.example env.cfg
# $EDITOR env.cfg # 填入真实密码/密钥后保存
# docker compose -p haproxy --env-file ./env.cfg -f ./stack.yml up -d
#
IMAGE_TAG_VER=3.3.0
IMAGE_TAG_DEV=3.4-dev
IMAGE_TAG=haproxy:${IMAGE_TAG_VER}
Volumes_Path=/data/configs/haproxy
REDIS_PORT=6379
MYSQL_TEST_PORT=3306
MYSQL_DEV_PORT=3308