rickydjohn/pgbouncer

By rickydjohn

Updated over 4 years ago

Image
0

121

rickydjohn/pgbouncer repository overview

the config file will have to be in the below format.

#pgbouncer.ini

[databases]
dbone = host = database.example.com port=5432 user=postgres password=secret dbname=dbone
dbtwo = host = database.example.com port=5432 user=postgres password=secret dbname=dbtwo

[pgbouncer]
listen_addr = 0.0.0.0
listen_port = 5432
auth_type = any
ignore_startup_parameters = extra_float_digits

# Log settings
admin_users = postgres

# Connection sanity checks, timeouts

# TLS settings

# Dangerous timeouts



Tag summary

Content type

Image

Digest

Size

64.7 MB

Last updated

over 4 years ago

docker pull rickydjohn/pgbouncer:1.12