Hosting nextjs on firecracker vm
Answered
Giant resin bee posted this in #help-forum
Giant resin beeOP
Is it possible to host Nextjs API routes on a Firecracker VM in a self-hosted environment, and if so, what steps or tools would you recommend to achieve this setup?
I want to achieve this only for learning purposes.
I want to achieve this only for learning purposes.
Answered by B33fb0n3
you can use docker to deploy your app. Then just run your docker compose and your nextjs server is running 👍
4 Replies
@Giant resin bee Is it possible to host Nextjs API routes on a Firecracker VM in a self-hosted environment, and if so, what steps or tools would you recommend to achieve this setup?
I want to achieve this only for learning purposes.
you can use docker to deploy your app. Then just run your docker compose and your nextjs server is running 👍
Answer
@Giant resin bee solved?
Giant resin beeOP
Solved
happy to help