Sign inSign up

borndigital/postgresql

By borndigital

Updated over 1 year ago

Image
0

1.4K

borndigital/postgresql repository overview

PostgreSQL

Docker image for PostgreSQL version 15.1

Please refer to the PostgreSQL Documentation for more in-depth information.

As a quick example this will bring up an instance of PostgreSQL, and allow you to log in with client as the user root.

docker run --rm -d --name postgresql islandora/postgresql
docker exec -ti postgresql psql -U root postgres

Dependencies

Requires islandora/base docker image to build. Please refer to the Base Image README for additional information.

Ports

PortDescription
5432PostgreSQL Client Port

Settings

Database Settings

Please see the documentation in the base image for more information about the default database connection configuration.

Environment VariableDefaultDescription
POSTGRESQL_ROOT_USERThe database root user password. Defaults to DB_ROOT_PASSWORD
POSTGRESQL_ROOT_PASSWORDThe database root user (used to create the site database). Defaults to DB_ROOT_USER

Tag summary

Content type

Image

Digest

sha256:e9fa685e4

Size

63.5 MB

Last updated

over 1 year ago

docker pull borndigital/postgresql:matomo-upgrade-532