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?
12 Replies
WillDelish
WillDelish3mo ago
I would look at coolify
Julienng
Julienng3mo ago
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
Bashamega
Bashamega3mo ago
I use coolify at work
rubberburger
rubberburger2mo ago
how is the experience so far? how many users do you have daily? i'm planning on using coolify in prod
DevPanda
DevPanda2mo ago
i use easypanel
Bashamega
Bashamega2mo ago
My experince is great I have a lot of projects on it but it is good But i self host it, i recommened you find a server
rubberburger
rubberburger2mo ago
yeah, i'm also using coolify rn with docker compose and hetzner do you use it for a side project? or some large-scale at work? i'm just a bit concerned because CJ (from syntax fm) said on his tutorial that he personally wouldn't use coolify yet bc it still has bugs (and also still in beta) so was wondering if you encountered any bugs how much traffic do you get btw? im planning to use it for an enterprise app if it's stable enough (otherwise i might pick dokku or something)
Bashamega
Bashamega2mo ago
I am using at work There are 48k visits on one project
rubberburger
rubberburger2mo ago
i see, that's reassuring per month? no bugs so far?
Bashamega
Bashamega2mo ago
Not really I am a front end dev so i don't play alot with it But i have used it And it is cool
rubberburger
rubberburger2mo ago
i see, thanks
Bashamega
Bashamega2mo ago
Your welcome

Did you find this page helpful?