1
0
forked from erp-dev/erp
This commit is contained in:
2025-12-24 22:47:46 +08:00
parent 5aacf7fe68
commit 9e05617121
5 changed files with 0 additions and 6 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -40,8 +40,6 @@ services:
PGBOUNCER_LOG_POOLER_ERRORS: "1"
ports:
- "6432:6432"
volumes:
- ./pgbouncer/pgbouncer.ini:/etc/pgbouncer/pgbouncer.ini:ro
depends_on:
- postgres
restart: unless-stopped

View File

@@ -41,8 +41,6 @@ services:
PGBOUNCER_LOG_POOLER_ERRORS: "1"
ports:
- "${PGBOUNCER_PORT:-6432}:6432"
volumes:
- ./pgbouncer/pgbouncer.ini:/etc/pgbouncer/pgbouncer.ini:ro
depends_on:
- postgres
restart: unless-stopped

View File

@@ -40,8 +40,6 @@ services:
PGBOUNCER_LOG_POOLER_ERRORS: "1"
ports:
- "6432:6432"
volumes:
- ./pgbouncer/pgbouncer.ini:/etc/pgbouncer/pgbouncer.ini:ro
depends_on:
- postgres
restart: unless-stopped