1
0
forked from erp-dev/erp
This commit is contained in:
2025-12-24 23:32:02 +08:00
parent ed6ef67233
commit 35bc121a86
5 changed files with 6 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -31,6 +31,8 @@ services:
PGBOUNCER_LISTEN_ADDR: 0.0.0.0
PGBOUNCER_LISTEN_PORT: 6432
PGBOUNCER_AUTH_TYPE: trust
# 使用 trust 认证时,需要指定 auth_user所有客户端连接都使用此用户
PGBOUNCER_AUTH_USER: postgres
# 连接池配置
PGBOUNCER_POOL_MODE: transaction
PGBOUNCER_MAX_CLIENT_CONN: "100"

View File

@@ -34,6 +34,8 @@ services:
PGBOUNCER_LISTEN_ADDR: 0.0.0.0
PGBOUNCER_LISTEN_PORT: 6432
PGBOUNCER_AUTH_TYPE: trust
# 使用 trust 认证时,需要指定 auth_user所有客户端连接都使用此用户
PGBOUNCER_AUTH_USER: postgres
# 连接池配置
PGBOUNCER_POOL_MODE: transaction
PGBOUNCER_MAX_CLIENT_CONN: "100"

View File

@@ -31,6 +31,8 @@ services:
PGBOUNCER_LISTEN_ADDR: 0.0.0.0
PGBOUNCER_LISTEN_PORT: 6432
PGBOUNCER_AUTH_TYPE: trust
# 使用 trust 认证时,需要指定 auth_user所有客户端连接都使用此用户
PGBOUNCER_AUTH_USER: postgres
# 连接池配置
PGBOUNCER_POOL_MODE: transaction
PGBOUNCER_MAX_CLIENT_CONN: "100"