Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 622 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 622 Bytes

bitnami-postgresql-extensions

Based on latest bitnami postgresql docker and added postgres-contrib extensions, postgis, plpython3u (python version 3.9.7), and plv8.

All the usages are the same with bitnami postgresql docker, please refer to the bitnami repo for further instructions.

TL;DR

docker run --name pgsqlxts \
  -p 15435:5432 \
  -e POSTGRESQL_USERNAME=my_user \
  -e POSTGRESQL_PASSWORD=password123 \
  -e POSTGRESQL_DATABASE=my_database \
  -e POSTGRESQL_POSTGRES_PASSWORD=rootp255 \
  tlcoding/bitnami-postgresql-extensions:13.4.0