Skip to content

PostgreSQL Docker image based on postgis/postgis, with quite a few added extensions.

License

Notifications You must be signed in to change notification settings

nidzola/postgis-with-extensions

 
 

Repository files navigation

PostgreSQL image based on postgis/postgis, with quite a few added extensions

ivanlonel/postgis-with-extensions ivanlonel/postgis-with-extensions ivanlonel/postgis-with-extensions

Tag labels follow the pattern X-Y.Z, where X is the major Postgres version (starting from version 12) and Y.Z is the major.minor Postgis version.

The latest tag currently corresponds to 15-3.3.

Usage

In order to run a basic container capable of serving a Postgres database with all extensions below available:

docker run -e POSTGRES_PASSWORD=mysecretpassword -d ivanlonel/postgis-with-extensions

Here is a sample docker-compose stack definition, which includes a powa-web container and a pgadmin container. The Postgres container is built from a Dockerfile that extends this image by running localedef in order to ensure Postgres will use the locale specified in docker-compose.yml.

For more detailed instructions about how to start and control your Postgres container, see the documentation for the postgres image here.

Available extensions

About

PostgreSQL Docker image based on postgis/postgis, with quite a few added extensions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PLpgSQL 71.4%
  • Dockerfile 22.0%
  • Shell 6.6%