Postgresql based off bitnami/postgresql with support for multiple database users through the POSTGRES_MULTIPLE_DATABASES environment variable.
$ 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
Content type
Image
Digest
sha256:f759f856c…
Size
154.7 MB
Last updated
11 months ago
docker pull collinmutembei/postgres