hasura / postgres-docker

Postgres images with postgis and plv8, built on top of official Postgres images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Postgres images with postgis and plv8, built on top of official Postgres images.

Building an image

docker build -t "custom_postgres:11.5" \
  --build-arg OFFICIAL_IMAGE_TAG="11.5" \
  --build-arg PLV8_VERSION="2.3.13" \
  --build-arg POSTGIS_VERSION="3" .

About

Postgres images with postgis and plv8, built on top of official Postgres images


Languages

Language:Dockerfile 100.0%