Hey, just in case you want to set up a PostgreSQL database with a default user and password using Docker, here’s a very simple way that you can do. 1. Extend the Postgres image to contain an initialization script that will create the user. From the documentation at https://hub.docker.com/_/postgres/, we can see that it supports adding a set of custom *init* scripts that allow us…