Replies: 2 comments
-
Update: changing
I will look into this one now The problem seems similar to this: #1204 (comment) I have sync set to true and I'm using postgres so the answer to that thread didn't help unfortunately. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Not too sure what i did, I think I just deleted the containers and images and tried from scratch and it seems to be working now. Must've missed something before. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been trying different things for a couple of days and just not having any luck. I'm new to docker but I'm hoping for some general guidance on this. I run
yarn dev
and everything looks great. But when I rundocker compose up
, I get 3 containers (worker, server, database) but both the worker and the server error out. I'm using a postgres DB.Here is the worker error:
And here is the server error:
And in the CLI window, I get this:
I'm just using the default docker-compose file that was included:
Any explanation would be helpful. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions