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
- Host: GitHub
- URL: https://github.com/dead-beef/docker-postgis12-python
- Owner: dead-beef
- License: mit
- Created: 2020-08-14T14:13:21.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-14T14:15:55.000Z (almost 6 years ago)
- Last Synced: 2025-02-04T16:32:14.668Z (over 1 year ago)
- Topics: docker-image, postgis, postgresql, postgresql-12, postgresql-python
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)