feat(deploy): add pgbouncer poolers

This commit is contained in:
2026-05-03 15:03:59 +08:00
parent c1ef717d17
commit 774b907da8
5 changed files with 291 additions and 9 deletions
+2
View File
@@ -108,6 +108,7 @@ fi
echo "==> [2/5] 拉取基础设施镜像 (platform: ${PLATFORM})"
INFRA_IMAGES=(
"postgres:16-alpine"
"edoburu/pgbouncer:v1.24.1-p1"
"rabbitmq:3.13-management-alpine"
"redis:7-alpine"
"qdrant/qdrant:v1.13.2"
@@ -134,6 +135,7 @@ ALL_IMAGES=(
"${LOCAL_PREFIX}/frontend:${IMAGE_TAG}"
"${LOCAL_PREFIX}/ops-web:${IMAGE_TAG}"
"postgres:16-alpine"
"edoburu/pgbouncer:v1.24.1-p1"
"rabbitmq:3.13-management-alpine"
"redis:7-alpine"
"qdrant/qdrant:v1.13.2"