Great tutorial, thank you! hoping for a future video on moving it to a domain, installing an ssl certificate and adding a load balancer etc. to make it production ready.
@ByteGrad12 күн бұрын
Great suggestion
@dirtbagmoto11 күн бұрын
Would be cool to see CI/CD with GitHub actions to handle the docker build and deployment on push 😁
@GCosta2611 күн бұрын
Would love to see how to implement CI/CD with this environment.
@Lapatate-s1l12 күн бұрын
Glad to see you back 😊
@cloudsss8311 күн бұрын
Which feature would we lose when hosting this on a VPS? Great content, thanks!
@Deus-lo-Vuilt11 күн бұрын
Thanks , do you have any video on how to put Next15 in a docker container?
@mbuzogan11 күн бұрын
I was just researching possibilities of various VPS with latest NextJs ... very helpful, thanks I would also welcome something more detailed to get VPS ready for production
@palaceofgains778211 күн бұрын
Have you added next js 15 in your course
@DiscipleofYah77711 күн бұрын
This will be very useful. What do you think of Digital Ocean?
@digitnomad9 күн бұрын
Put in docker then push to vercel will be much easier.
@nithish811111 күн бұрын
Can we host on the web hosting in hostinger
@barjeesbabar994411 күн бұрын
Why do you never show how to attach a domain and ssl to it?
@returnZeroo11 күн бұрын
Next step: To point a domain, setup reverse proxy using caddy(easiest solution)
@leevu1212 күн бұрын
First comment🎉
@ByteGrad12 күн бұрын
Second!
@Mazmiiskndr12 күн бұрын
Three
@hireetech11 күн бұрын
Four 😂😂😂
@mzafarr12 күн бұрын
I saw in a video that some of the features that new version of Nextjs offers are automatic in vercel but are really hard to do in custom deployment, is there something like that?
@Sieuphamsutphat11 күн бұрын
Nice video that Im looking for 🎉❤
@mykus100010 күн бұрын
And docker composé ?
@nri_raj11 күн бұрын
How to host nextjs app in VPS windows server 2022 using IIS or by any other way
@eduardlucaci736912 күн бұрын
It is working if i use Prisma for exemple?
@alexdin156512 күн бұрын
hi thanks for sharing this please if you or anyone can help me can we hosted on the web hosting instead of the Vps if you ask me why I find that the web hosting can let you host 100 website instead of the vps when you can host 1 website
@cloudradio11 күн бұрын
Incorrect. On a VPS you can host as many websites as you want as long as you still have system resources for it (CPU, RAM and Storage)
@melvindavelaar380112 күн бұрын
Thank you for the info! I wonder, what would the advantage be when using a VPS instead of Vercel?
@maccalsa112 күн бұрын
None other than cost. It's no more than running your production build inside a container. You lose scalability, serverless, cdn, and advanced dynamic cache operations. Also, if you are using the the Image component, you need to install sharp, but remember your container is now resizing the images as well as running your app, which is an expensive operation (as in time) Vercel sort of splits your app up into separate parts to run it efficiently in AWS
@cloudradio11 күн бұрын
@@maccalsa1 Sharp is no longer required with NextJS v15, it comes preinstalled by default (mentioned in the video as well)
@maccalsa111 күн бұрын
@cloudradio ok, my miss, that wasn't in 14. Point still valid regardless of the image optimisation, though, unless you cache heavily or put it on a cdn yourself.
@tmjjdw10 күн бұрын
❤
@Cloudio12612 күн бұрын
If i want to map the docker image to the port 80 i need to write 8080:3000?
@cloudradio11 күн бұрын
That would be 80:3000, but this approach is not very good. Instead of that, use a web server like Apache2 or Nginx to make a reverse proxy, that way you will be able to expose multiple websites/services through port 80 instead of blocking it with one docker deployment.
@mj-iw6iz11 күн бұрын
Why not just do ' npm run build' and upload it to a VPS?
@ianc641811 күн бұрын
i wouldnt use next 15 until react 19 is stable and in use