Skip to content

myfreecomm/postgres_healthcheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

When working with containers it is often necessary to need a service to be up and running before the application itself. This is specially true in CI environments, where you can't just spin up the application again.

This Postgres image, basically the same as healthcheck/postgres, leverages the HEALTHCHECK directive.

The only difference between this and the oficial healtcheck image is that we specify a version for Postgres instead of relying on latest.

About

Postgres docker image with a basic healthcheck logic

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published