hi, I am trying to set up prisma on ubuntu connected to an existing postgres db. when I try to run docker-compose up -d I get an error saying no pg_hba.conf entry for user "test" database "postgres". I understand that this would give an error because my pg_hba.conf is configured to only accept user "test" for database "test". however in my docker-compose.yml the database name is specified as "test" and not "postgres". any ideas why it is trying to connect to a database named "postgres" instead of "test" ?