dead-beef / docker-postgis12-python

Docker image for Postgres 12 with PostGIS and PL/Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-postgis12-python

Overview

Docker image for Postgres 12 with PostGIS and PL/Python (Python 3) extensions.

This image is based on postgis/postgis.

Installation

./build

Usage

Run

usage: ~/.local/bin/postgis12-python [-n <name>] [-d <directory>] [-h <ip>] [-p <port>] [-P <password>]

optional arguments:
  -n <name>       set docker container name (default: postgis12-python)
  -d <directory>  set data directory (default: ${HOME}/.postgres/<name>)
  -h <ip>         set postgres ip (default: 127.0.0.1)
  -p <port>       set postgres port (default: 5432)
  -P <password>   set postgres user password (default: mysecretpassword)
EOF

Start

~/.local/bin/postgis12-python [-n <name>]

Stop

usage: ~/.local/bin/postgis12-python-stop [name]

optional arguments:
  [name]    docker container name (default: postgis12-python)

Licenses

About

Docker image for Postgres 12 with PostGIS and PL/Python

License:MIT License


Languages

Language:Shell 89.6%Language:Dockerfile 10.4%