Skip to content

bajratech/pgpool-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pgpool-docker

This is the simple project that creates the image for the pg-pool.

You can pass the BACKEND_HOSTNAME as environment variable in comma separated string.

eg:

BACKEND_HOSTNAME=10.0.0.1,10.0.0.2

To run a docker image:

docker run -e "BACKEND_HOSTNAME=10.0.0.1,10.0.0.2" akrmhrjn/pgpool-docker:test

About

Docker file for pgpool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%