Nextjs deployment on Docker
Any recommendation for good open source CI/CD tool to deploy Nextjs on Docker (better to o work with Swarm too) and with similar Vercel DX when it comes to automatically deploying on git push?
3 Replies
I would look at coolify
Hi ! You can take a look at:
- https://www.youtube.com/watch?v=sIVL4JMqRfc
- https://github.com/nextjs organization for example on non vercel cloud provider
- https://nextjs.org/docs/app/building-your-application/deploying#self-hosting has some explanation
- https://github.com/ezeparziale/nextjs-k8s is an example with kubernetes but the configuration is similar
I use coolify at work