An Alpine PGBouncer image with support for 1 stream.
10K+
This is an alpine with PGBouncer installed and a bash entrypoint script that write pgbouncer.ini and userlist.txt(auth plain) files.
You need to provide the following envinronment variables:
The following env vars are optional but often used:
WARNING: Invalid connection options will make the pgbouncer to ignore the database entirelly.
The pgbouncer is configured to operate in session and a have an envinronment variabled called MAX_CLIENT_CONN, with
the default value 100; define the variable to change the value in pgbouncer.ini.
You can see an full docker-compose example [Here].
The container listens on 5432 by default and use the same name of the DB_NAME env variable for the database.
Author: Gabriel Abdalla Cavalcante Silva ([email protected])
Content type
Image
Digest
Size
3.6 MB
Last updated
almost 7 years ago
docker pull gcavalcante8808/pgbouncer