Docker container for your fullstack NextJS project

  Рет қаралды 43,020

Eddie Jaoude

Eddie Jaoude

Күн бұрын

Come watch and learn how to build a NextJS "Hello World" app and create a Docker container!
Building a fullstack app with NextJS is great but deploying it is even better! By containerising your app into a Docker container, it makes it highly portable and deployable (for example, Kubernetes).
Get started with Open Source in 10mins
• How to contribute to o...
LEARN MORE
JOIN our inclusive open source community EddieHub now for FREE ... eddiehub.org, also checkout my website and sign up to our community NEWSLETTER... eddiejaoude.io for my live stream + video schedule and community calls
Also join our community GitHub organisation by creating an issue with the type "invite me to the organisation" :)
I now have a 2nd KZbin channel for short video clips of 60s or less, subscribe ...
/ eddiejaoudetv
SERVICES I USE AND RECOMMEND
Some of these might be affiliate links, no extra cost you to, but I get a little $ if you sign up, plus you might get a discount too
Live streaming with Streamyard links.eddiejaou...
Cloud hosting with Digital Ocean, you will get $100 FREE credit links.eddiejaou...
Membership, Newsletters, CRM all in one with Kartra links.eddiejaou...
Awesome backup platform, BackBlaze links.eddiejaou...
Descript for video editing, audiograms and transcription links.eddiejaou...
Riverside online recording studio for the best quality riverside.fm/?...
COMMUNITY SPONSORS
A BIG thank you to my GitHub Sponsors:
***
DailyDotDev github.com/dai...
Emma Wain github.com/ewainy
***
Yona github.com/Yoname
Santosh Yadav github.com/san...
FIND ME ON OTHER SOCIAL PLATFORMS
Don’t forget to support my channel by subscribing below, it’s free, and also share with your friends. Subscribe now!!
www.youtube.co...
Follow on other socials for behind the scenes footage, join discord to continue the conversation...
eddiejaoude.io
github.com/edd...
/ eddiejaoude
/ eddiejaoude
/ eddiejaoude
/ eddiejaoude
/ discord
github.com/Eddi...
Docker container for your fullstack NextJS project

Пікірлер: 42
@eddiejaoude
@eddiejaoude 2 жыл бұрын
Come and geek out with us in the open source community EddieHub eddiehub.org
@karlotamayo3967
@karlotamayo3967 2 жыл бұрын
Possibly off topic (or maybe not so much on a full stack video) :p. There are many Auth-as-a-Service options out there (Okta, Firebase, AWS Amplify etc). There's the open source Ory Kratos and Hydra products that I've recently heard of. Any opinions on it or any chance to check it out and review it in a future video?
@eddiejaoude
@eddiejaoude 2 жыл бұрын
@@karlotamayo3967 thank you for the suggestion. I prefer to not use these auth services, they make scaling and automated testing very difficult. I use NextAuth next-auth.js.org
@EddieKMusic
@EddieKMusic Жыл бұрын
Eddie's are the best
@francescociulla
@francescociulla Жыл бұрын
I just googled Docker and Next js and I found this video ahah!
@eddiejaoude
@eddiejaoude Жыл бұрын
It is a bit old now
@pradumnasaraf
@pradumnasaraf 2 жыл бұрын
Amazing video, Eddie. The more I use Docker more I love it. Currently my favorite piece of tech.
@eddiejaoude
@eddiejaoude 2 жыл бұрын
Thanks Pradumna! Yeah Docker is awesome!
@mukulrana1616
@mukulrana1616 11 ай бұрын
Amazing and straight to the point. Thank you!
@eddiejaoude
@eddiejaoude 11 ай бұрын
thank you for the great feedback
@niki5223
@niki5223 Жыл бұрын
Awesome explanation for a beginner overview perspective
@eddiejaoude
@eddiejaoude Жыл бұрын
Glad you liked it Niki
@abrahamolatubosun4289
@abrahamolatubosun4289 8 ай бұрын
Hi Eddie, Thanks for that video though. I like you to share how to compile Java Spring Boot and Next.JS into single JAR file and Dockerise it into a docker container..
@dgcp354
@dgcp354 2 жыл бұрын
can you please do more indepth video, that include like the cache layer you mentioned
@eddiejaoude
@eddiejaoude 2 жыл бұрын
Sure, thank you for the great feedback and ideas!
@fatihbatu5388
@fatihbatu5388 Жыл бұрын
Amazing content. Thanks man
@eddiejaoude
@eddiejaoude Жыл бұрын
Thank you for the great feedback!
@jonathanivanferreira819
@jonathanivanferreira819 Ай бұрын
"Hi Eddie, how are you? Would you know how I can create a Docker container using the result of npm build?"
@plamenmitev559
@plamenmitev559 2 жыл бұрын
Awesome as awlays thank you !
@eddiejaoude
@eddiejaoude 2 жыл бұрын
Thank you Plamen for the great feedback!
@narayankumar4099
@narayankumar4099 Жыл бұрын
Can we remove node_modules after creating a build? Would we be able to run the production build by npm run start?
@qwerty-or1yg
@qwerty-or1yg 6 ай бұрын
does this mean i can do this and host nextJS outside vercel?
@eddiejaoude
@eddiejaoude 6 ай бұрын
yes I don't host my NextJS projects on Vercel anymore either
@chrisplacktor1992
@chrisplacktor1992 Жыл бұрын
Thanks for your video... Great content From my side images are not loaded on the website How can I solve this?
@fachrurrazi95
@fachrurrazi95 Жыл бұрын
Amazing. How to set enviroment variable, Eddie?
@eddiejaoude
@eddiejaoude Жыл бұрын
In NextJS you can set environment variables with nextjs.org/docs/basic-features/environment-variables
@classicalmusicguru
@classicalmusicguru 11 ай бұрын
Nice content!
@eddiejaoude
@eddiejaoude 11 ай бұрын
Thanks for the great feedback
@FredrikHjärpe
@FredrikHjärpe Жыл бұрын
Thank´s for the great video but I cannot get my Next JS app to work in my Docker. I just receiving "404 This page could not be found." from the container. I can share my code in a private mess if you can help :) I have our docker running in a VM hosted by a Windows Server 2022. The VM is a Linux Ubuntu 22.04 Server (No gui). Best regards Fredrik
@luczztem
@luczztem Жыл бұрын
24 seconds bruh mine took 319 seconds lmao I almost rotted from waiting does it take longer depending on the size of the project?
@eddiejaoude
@eddiejaoude Жыл бұрын
yes it will depend on a few things including the project size
@yudianantha4549
@yudianantha4549 10 ай бұрын
Hi, very nice video :) but im counter a problem in "RUN npm install --production" process that said "ERROR: failed to solve: process "/bin/sh -c npm install" did not complete successfully: exit code: 1" , how do i solve this ? Thanks, liked and subscribed btw
@eddiejaoude
@eddiejaoude 10 ай бұрын
Thank you! I am not sure, come and join us in EddieHub Discord and ask there, it will be easier to discuss discord.eddiehub.org
@diegovillafane6313
@diegovillafane6313 11 ай бұрын
Excelent
@eddiejaoude
@eddiejaoude 11 ай бұрын
thank you
@greendsnow
@greendsnow Жыл бұрын
hello. how about the domain name and other stuff?
@pragmaticAIdev
@pragmaticAIdev 11 ай бұрын
there is a real bad static in the audio, thanks for the tutorial tho
@eddiejaoude
@eddiejaoude 11 ай бұрын
yes sorry about that, it was a bad recording on that day
@breakinggood-r2v
@breakinggood-r2v Жыл бұрын
tell me how to include a database also
@MLHAFAKOT
@MLHAFAKOT 9 ай бұрын
To much voice compression
@akash-kumar737
@akash-kumar737 2 жыл бұрын
Just learned email is not a good mode to connect with you. Will slack you if need help.
@eddiejaoude
@eddiejaoude 2 жыл бұрын
I get so many 000s of emails per day. Not sure which Slack you are referring to as I don't really use it. It is better to discuss in public ;)
18 Weird and Wonderful ways I use Docker
26:18
NetworkChuck
Рет қаралды 511 М.
Маусымашар-2023 / Гала-концерт / АТУ қоштасу
1:27:35
Jaidarman OFFICIAL / JCI
Рет қаралды 390 М.
ССЫЛКА НА ИГРУ В КОММЕНТАХ #shorts
0:36
Паша Осадчий
Рет қаралды 8 МЛН
Andro, ELMAN, TONI, MONA - Зари (Official Music Video)
2:50
RAAVA MUSIC
Рет қаралды 2 МЛН
Learn Next.js 15 in 1 hour - Beginner Tutorial
59:25
Codevolution
Рет қаралды 116 М.
The intro to Docker I wish I had when I started
18:27
typecraft
Рет қаралды 422 М.
Stop Using Docker. Use Open Source Instead
12:40
DevOps Toolbox
Рет қаралды 357 М.
Decrease Next.js Docker Image Size 15x
5:36
Frontend Basics
Рет қаралды 32 М.
Why did OpenAI move from Next.js to Remix?
10:41
Wes Bos
Рет қаралды 207 М.
Docker Crash Course for Absolute Beginners [NEW]
1:07:39
TechWorld with Nana
Рет қаралды 2 МЛН
10 common mistakes with the Next.js App Router
20:37
Vercel
Рет қаралды 243 М.
you need to learn Docker RIGHT NOW!! // Docker Containers 101
23:19
NetworkChuck
Рет қаралды 2,8 МЛН
Маусымашар-2023 / Гала-концерт / АТУ қоштасу
1:27:35
Jaidarman OFFICIAL / JCI
Рет қаралды 390 М.