Deploy NodeJS Apps with Docker [2022]

preview_player
Показать описание
Want to learn how to pop your NODE JS app into a docker container? Look no further!

Video Info
Music by Tesko / prod. THXMOS:

Support

Socials

About The Channel
The knowledge that I share here is mostly from my personal experiences. I wouldn't say I'm a 20 year professional, rather I am just a DevOps / Software Engineer with a lot of experience who enjoys teaching what I know in my spare time. I believe that sharing some of my basic knowledge on this platform can help others get started. There are many ways to program something and the videos you see here are my take on the NodeJS / Typescript / and sometimes Unity world. If this channel helps you learn, or helps you think differently then my job is done 😊.

#nodejs #docker #typescript
Рекомендации по теме
Комментарии
Автор

Really plain and simple tutorial 🙏🏽 thank you I’m gonna deploy my nuxt3 project tomorrow at the office. As our front Enders want a fast CDI lane. Instead of 20 years old php legacy deployment. 🤞🏽 ill succeed and make it work in a few hours. I’m gonna search for your react docker video now 🤓

mits
Автор

Best video I found on this topic by a long shot, thank you!

RottynDawg
Автор

your speaking skills are very great, I'd watch you talk about anything lol

electricimpulsetoprogramming
Автор

When you refer to Version in min 8:05, you mean NodeJs Version or Docker version?

Billcomesback
Автор

Can you show how to build the environment for project?

sfymhtg
Автор

Is it better to bundle before building a docker image? The node_modules directory is huge.
What would be the best way to bundle the nodejs project... I tried webpack, but it is not really good for backend apps, and it does not work with dynamic dependencies (for instance, Sequelize).

martinmendez
Автор

"Since I have typescript, I have my build command in package.json" -> good for you :) Mine says "missing script build" and a bit lost what exactly it should be :/

geosystems
Автор

How do you handle environmental variables?

jc
Автор

Title may come off as misleading, especially someone new to Docker might think you're 'deploying' a NodeJS app to a service like Google Cloud Run or AWS but really building the image and running the docker container

tudor
Автор

this doesnt really show how to deploy the container tho, but good job

fabrzy
Автор

but your title is deploy node js app where is deployment where is nginx and all the commands that use in deployment this is clickbate

amishkrishna
Автор

lol you didn't explain how to deploy

mybackupvideos