Wolox / wolox-ci

MIT License
198 stars 51 forks source link

Support postgres:12.2 with auth 'trust' #17

Closed ziflit closed 4 years ago

ziflit commented 4 years ago

Behavior changed in postgres:12.2, now it is required to either set up a password for the postgres superuser or to force the auth method to be 'trust'. Since we're running this in a CI and databases are volatile here either way I chose the 'trust' version.

See https://github.com/docker-library/postgres/commit/42ce7437ee68150ee29f5272428aa4fc657dc6dc for the commit on the postgres image side.