forked from erp-dev/erp
clean
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -40,8 +40,6 @@ services:
|
|||||||
PGBOUNCER_LOG_POOLER_ERRORS: "1"
|
PGBOUNCER_LOG_POOLER_ERRORS: "1"
|
||||||
ports:
|
ports:
|
||||||
- "6432:6432"
|
- "6432:6432"
|
||||||
volumes:
|
|
||||||
- ./pgbouncer/pgbouncer.ini:/etc/pgbouncer/pgbouncer.ini:ro
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- postgres
|
- postgres
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
@@ -41,8 +41,6 @@ services:
|
|||||||
PGBOUNCER_LOG_POOLER_ERRORS: "1"
|
PGBOUNCER_LOG_POOLER_ERRORS: "1"
|
||||||
ports:
|
ports:
|
||||||
- "${PGBOUNCER_PORT:-6432}:6432"
|
- "${PGBOUNCER_PORT:-6432}:6432"
|
||||||
volumes:
|
|
||||||
- ./pgbouncer/pgbouncer.ini:/etc/pgbouncer/pgbouncer.ini:ro
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- postgres
|
- postgres
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
@@ -40,8 +40,6 @@ services:
|
|||||||
PGBOUNCER_LOG_POOLER_ERRORS: "1"
|
PGBOUNCER_LOG_POOLER_ERRORS: "1"
|
||||||
ports:
|
ports:
|
||||||
- "6432:6432"
|
- "6432:6432"
|
||||||
volumes:
|
|
||||||
- ./pgbouncer/pgbouncer.ini:/etc/pgbouncer/pgbouncer.ini:ro
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- postgres
|
- postgres
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
Reference in New Issue
Block a user