Skip to content

j1mr10rd4n/docker-debian-s6-postgres

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

A Debian/Postgres image for Docker

Docker-debian-s6-postgres is a Docker image that runs a PostgreSQL database supervised by the s6 supervision suite based on docker-debian-s6.

The postgres installation was ported from the official postgres image and modified to run postgres under s6. This means other processes (e.g. sshd) could be run within the same container. Postgres logging is set to /var/log/postgres/ using the s6-log service.

Still to do:

  • Make sure that setting a non-blank database user password works as per the official postgres image, and output a warning if it is not set. One of the changes in this image is that messages are logged to the s6-log catchall log, meaning a user won't see them at their terminal on container initialization.
  • Parameterizing postgres configuration, e.g. log levels etc.

About

Docker image with postgres running under s6 supervisor.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages