Local postgres on Macbook #90
jithendra945
started this conversation in
General
Replies: 2 comments 3 replies
-
Hi @jithendra945, the problem is as described here. We are looking for a workaround and will get back to you. Meanwhile you can continue with sqlite and feel free to contrubute if you find a solution. |
Beta Was this translation helpful? Give feedback.
1 reply
-
POSTGRES_DB_SCHEMA=postgres docker run --env-file .env -p 5432:5432 -dp 3000:3000 cuebook/cueobserve This is working to connect to local postgres on Mac. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Have u guys tried running this project on Macbook with local postgres.
I am trying now, it is showing Connection refused. I don't know if its the issue with my postgres or the project.
im having a fresh Mac with docker and postgres installed.
do i need to install any other things, for this to work ?
anyone has successfully run using local postgres on Mac ?
Beta Was this translation helpful? Give feedback.
All reactions