postgres is not a docker image but a "full install...
# orm-help
e
postgres is not a docker image but a "full install"
e
Thanks, I will try this. Tried using prisma init wizard but the the prisma server could not seem to connect to m postgres db
j
check the authentication, and check if you can connect to it from a pgadmin or similar
and add the credentials in the docker-compose file
e
will do thanks
Hi, do you know what I should put in the host field?
for the docker.yml file
j
you mean docker-compose.yml?
e
yes
It appears the default config doesn't work for postgres
j
where is your db?
e
On my local machine
j
in docker?
e
No
j
try localhost
or some variation of that
can you connect from pgadmin?
e
Yes
j
the config params would be the same
e
I am using a different username, and db
It's an existing empty db
j
take the params (host, port, user, password) from pgadmin, and copy them into the docker-compose
empty db is fine
e
okay