Hi! Thank you for sharing this video. First off, it’s great to see how you’ve demonstrated your expertise in deploying a MEAN stack application on AWS EC2 using GitHub CI/CD, 👍🏻Well Done ! After watching, though, I’d suggest taking a bit more time before posting your videos. Avoid rushing; instead, keep detailed notes on each step you want to cover. Refine and re-watch it as many times as needed to ensure clarity before uploading it to UA-cam. I’m confident that with your skill, your videos have the potential to reach millions of viewers effortlessly. With well organised content, your insights could really make a huge impact!
I am able to create the docker image for the angular application but the nodejs application isn't working for me, All the steps are executed perfectly, but when i am trying to see the container using the docker ps, the container isn't visible for me. Please help
Update on my issue, need to use the "node:20-alpine" as i was facing the issue with node version 12, by default the version is lower so their is issue with the syntax for my case
you can check docker container logs: Run docker logs (replace with the ID) to see any error messages during the container creation process that might provide clues about the issue.
So every time docker image will be created which will build the application then it will be deployed to server. All new changes will be deployed on every commit.
Hi! Thank you for sharing this video. First off, it’s great to see how you’ve demonstrated your expertise in deploying a MEAN stack application on AWS EC2 using GitHub CI/CD, 👍🏻Well Done !
After watching, though, I’d suggest taking a bit more time before posting your videos. Avoid rushing; instead, keep detailed notes on each step you want to cover. Refine and re-watch it as many times as needed to ensure clarity before uploading it to UA-cam.
I’m confident that with your skill, your videos have the potential to reach millions of viewers effortlessly.
With well organised content, your insights could really make a huge impact!
Both are builded and deployed successfully. But when try to fetch data from angular app, i can't get access to backend. Why??😢
Make a video on how to Deploy React app into AWS (Front-end part only)
Thanks for sharing !
I am able to create the docker image for the angular application but the nodejs application isn't working for me, All the steps are executed perfectly, but when i am trying to see the container using the docker ps, the container isn't visible for me. Please help
Update on my issue, need to use the "node:20-alpine" as i was facing the issue with node version 12, by default the version is lower so their is issue with the syntax for my case
you can check docker container logs:
Run docker logs (replace with the ID) to see any error messages during the container creation process that might provide clues about the issue.
@@IntegrationNinjas yep I did that and figured out the issue with the node version, once I ran the node version 20 apline it worked like charm 👍😅
@@akhilpragallapati4424 Cool 😀
But everytime Docker needed because Devloper changes Any code and push in Source code how application work
So every time docker image will be created which will build the application then it will be deployed to server. All new changes will be deployed on every commit.
How to Deploy Nginx can I run another container like Nginx Container
Same like you only deploy working fine when ever I press reload page it shows error 404 not found nginx path
thanks a lot!
Glad it helped.
Im waiting this video thnx
Thx man 🎉
🎉