An open API service indexing awesome lists of open source software.

https://github.com/dead-beef/docker-postgis12-python

Docker image for Postgres 12 with PostGIS and PL/Python
https://github.com/dead-beef/docker-postgis12-python

docker-image postgis postgresql postgresql-12 postgresql-python

Last synced: about 1 month ago
JSON representation

Docker image for Postgres 12 with PostGIS and PL/Python

Awesome Lists containing this project

README

          

# docker-postgis12-python

## Overview

Docker image for [`Postgres`](https://www.postgresql.org/) 12 with [`PostGIS`](http://postgis.net/) and [`PL/Python`](https://www.postgresql.org/docs/current/plpython.html) (Python 3) extensions.

This image is based on [`postgis/postgis`](https://github.com/postgis/docker-postgis).

## Installation

```bash
./build
```

## Usage

### Run

```bash
usage: ~/.local/bin/postgis12-python [-n ] [-d ] [-h ] [-p ] [-P ]

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

### Start

```bash
~/.local/bin/postgis12-python [-n ]
```

### Stop

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

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

## Licenses

- [`docker-postgis12-python`](LICENSE)