Replies: 2 comments
-
we are using mongo atlas. not sure about running the instance locally, unless it's only for development |
Beta Was this translation helpful? Give feedback.
-
Gotcha. When I went to run the project, I saw it needed MongoDB. Usually, when I need to use MongoDB, I set it up through docker, only for local development. This only requires one docker-compose.yml file I believe. I think that if others work on the project, they might find this dockerized mongodb setup useful if they wish to not use mongodb atlas for local development. I can make a github issue detailing this further, and work on it. If this is something that is not wanted in the project, then feel free to let me know or close the issue |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How are people using MongoDB for this project, in development?
I assume mongodb atlas or a local mongodb instance?
If so, would it be a good addition to add a ticket to include docker-compose.yml file for running mongodb instance in docker?
Beta Was this translation helpful? Give feedback.
All reactions