Skip to content

brentkearney/docker-pgpool2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-pgpool2

Builds a Docker container running pgpool-II and pgpoolAdmin, versions 3.5.2. Based off of the postgres docker image. Configuration is persisted vi host-mounted files in ./config, logs are in ./logs.

Usage:

  • Edit .environment to set usernames & passwords, and web server hostname.
  • Edit docker-compose.yml if you want port mappings other than 8000 -> 80, 9999 -> 9999, or other locations for host mounted directories.
  • Edit config/pgmgt.conf.php if you want a language other than English.
  • Run docker-compose build to build the image.
  • Run docker-compose up -d to run the container.
  • Visit http://yourhostname:8000 to login and configure pgpool-II.
  • In the "pgpool.conf Setting" tab, set the socket file locations to /var/run/pgpool.

References:

About

Docker configuration for pgpool-II and pgpoolAdmin versions 3.5.2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 63.3%
  • PHP 27.6%
  • HTML 9.1%