Hey, I am relatively new to docker/mongodb. I am following along and around 3:42 you say to ctrl+c and it should stay running. I am getting logs that say that it is shutting mongo down and when I docker ps, it doesn't list any running containers. That table with CONTAINER ID IMAGE COMMAND CREATED etc. is completely empty. Is this relevant at all? I am just following along and am hitting a wall 3 minutes in.
Brilliant, Ive all weeks tried to settings it and after solved fined this guide, excellent
Hey, I am relatively new to docker/mongodb. I am following along and around 3:42 you say to ctrl+c and it should stay running. I am getting logs that say that it is shutting mongo down and when I docker ps, it doesn't list any running containers. That table with CONTAINER ID IMAGE COMMAND CREATED etc. is completely empty. Is this relevant at all? I am just following along and am hitting a wall 3 minutes in.
3:40 what if I use MongoDB Atlas and has an URI, just as mongodb atlas gave me ? would it make any differences
you really solve my problem...thanks bro
Very good tutorial , please how can i add redis queue jobs to this architecture and how deploy all to kubernetes. Thank you
Hi just curious which vscode theme are you using?
Hi there. Good start, but is there a part 2? Docker-compose? This would be a great 2 part series were it finished
I'll put out the Part 2 very soon! I've been kind of side tracked. Sorry for the delay
Friendly request for a part 2. Hope you find the time & will make it happen! Great tutorial on part 1, also do you have a git repo of this tutorial?
I'll put out the Part 2 very soon! I've been kind of side tracked. Sorry for the delay
Why do you do NPM INSTALL and then YARN BUILD? Wouldn't that give you two lock files?
No It doesn't
In the MONGO_URI where doesn the "/node-app" come from?
You can name it whatever you want; it's how the DB will be named in MongoDB cluster.
Mitchel Thank you.
RIP Part 2
I'll put out the Part 2 very soon! I've been kind of side tracked. Sorry for the delay
where is part 2?
I'll put out the Part 2 very soon! I've been kind of side tracked. Sorry for the delay
For me it did not work to put React's build folder into /var/www/html.
But just putting it in (the default folder) /usr/share/nginx/html did work :)
& docker compose plsss