Skip to content

dead-beef/docker-postgis12-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published