If POSTGRES_USER, POSTGRES_PASSWORD and POSTGRES_DB are set, the
postgres container automatically creates the database and role with the
set name and password.
On some environments the initial `docker-compose up` would throw a "bad interpreter: Permission denied" error on PostgreSQL initialization.
Fixes#60.
Co-authored-by: dloftu389_comcast <daniel_loftus@machineq.com>