The postgres image does not come with pre-configured osem databases per environment. Calling db:create doesn't hurt if the databases already exist, so let's do it every time we bootstrap.
- add a big fat warning - Do not mentioned the deprecated docker setup anymore - Fixup docker-compose production setup
It works by default, we have a mechanism to configure it (dotenv.example) and we want to be a 12factor app, right? Let's do this...