Skip to content

ygorigor/postgis-with-extensions

 
 

Repository files navigation

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

ygorigor/postgis-with-extensions ygorigor/postgis-with-extensions ygorigor/postgis-with-extensions

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

The latest tag currently corresponds to 15-3.4.

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 ygorigor/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

Languages

  • PLpgSQL 70.1%
  • Dockerfile 23.4%
  • Shell 6.5%