ivanlonel / postgis-with-extensions

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

Home Page:https://hub.docker.com/r/ivanlonel/postgis-with-extensions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 16-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 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.

https://hub.docker.com/r/ivanlonel/postgis-with-extensions

License:MIT License


Languages

Language:PLpgSQL 69.3%Language:Dockerfile 24.5%Language:Shell 6.2%