Fixed access to postgres database not working for non-'miniflux'
usernames.
The database created is the same name as the username while the miniflux
container would still look for the standard database. This fixes it to
be able to take any username and corresponding database.
Contains default credentials but these should be overwritten with
group or host -destined variables.
Add default credentials
Hide real credential files from git