dockerfiles/net/pgbouncer
Christine Dodrill 40da27ad79 Add pgbouncer 2015-03-25 23:56:53 -07:00
..
Dockerfile Add pgbouncer 2015-03-25 23:56:53 -07:00
README.md Add pgbouncer 2015-03-25 23:56:53 -07:00
run.sh Add pgbouncer 2015-03-25 23:56:53 -07:00

README.md

docker-pgbouncer

docker image for pgbouncer

Example usage: docker run -i -t -d -p 6432:6432 --link postgres:pg xena/docker-pgbouncer

This requires a link (named pg) to a postgres container or manually configured environment variables as follows:

PG_PORT_5432_TCP_ADDR (default: )

PG_PORT_5432_TCP_PORT (default: )

PG_ENV_POSTGRESQL_USER (default: )

PG_ENV_POSTGRESQL_PASS (default: )

Based on https://github.com/mbentley/dockerfiles/tree/master/ubuntu/pgbouncer