With this change it's possible to generate test report that can be used alongside continuous integration routine.
To make easier to run the app locally with docker and in CI, the configurations were adjusted to read the database access from environment variables: 1. POSTGRES_USER 2. POSTGRES_PASS 3. POSTGRES_HOST
Create new phoenix project