Sign inSign up

collinmutembei/postgres

By collinmutembei

Updated 11 months ago

Image
0

3.3K

collinmutembei/postgres repository overview

Postgresql based off bitnami/postgresql with support for multiple database users through the POSTGRES_MULTIPLE_DATABASES environment variable.

Usage example
$ docker run \
        -e POSTGRESQL_PASSWORD=<postgres_user_password> \
        -e POSTGRES_MULTIPLE_DATABASES="<service_1_db_user>, <service_1_db_user_password>; <service_2_db_user>, <service_2_db_user_password>;" \
        -e POSTGRES_USER=postgres \
        -p 5432:5432 \
        collinmutembei/postgres

Tag summary

Content type

Image

Digest

sha256:f759f856c

Size

154.7 MB

Last updated

11 months ago

docker pull collinmutembei/postgres