dotnetcore-microservices-poc
dotnetcore-microservices-poc copied to clipboard
Unable to start Postgres from infra-run.sh file
While running infra-run. sh, its unable to start Postgres database and throws following error
Error: The database is uninitialized and the superuser password is not specified.
Fix:
Need to include environment POSTGRES_HOST_AUTH_METHOD=trust in infra.yml for postgres section