PostgreSQL server with some goodies like the plv8 extension and wal2json plugin.
7.0K
Dockerized PostgreSQL server with some goodies; specifically the plv8 extension and wal2json plugin.
As recommended by the official postgres docker image docs,
secrets are passed to the container through _FILE environment variables. A default
database, superuser name and password will be set based on the contents of the
./pg_db, ./pg_user and ./pg_pwd files located in the project root directory. These need
to be created and populated with the desired authentication information.
docker-compose up --detach
Content type
Image
Digest
Size
110.6 MB
Last updated
about 7 years ago
docker pull blaipple/postgres