Theres like an entire subcommunity of anti vercel devs, and honestly I will probably be joining that once I get jumpscared with a $400 bill on my 5 MAU app.
Thanks for the great video! I'm very much a noob when it comes to hosting, so a lot of this went over my head and im in the beginning stages of learning go. I will definitely come back to this when the projects im making need this!
Fireship told me you could save me some money. This looks awesome! I'm new and have been racking my brain for hosting, etc.. this just made the decision simple! Thank you for the video.
Thank you, this is actually pretty helpful! I know a bit of devops myself, but the manual work is just disgustingly tedious. I'm definitely gonna try this on my Raspberry Pi!
Well, this looks promising. Of course not for a big corporation that has to be very paranoid about cybersecurity and scalability, but for small developers to spin up their prototypes without the fear of having a thousand dollar bill on the credit card the next morning.
This is what I've always dreamed of. Many peoples jobs account for this kind of configuration work day in and day out. Having this kind of tool is a superpower for sure.
Thank you for explaining this in layman’s terms for a newbie like me. Do you recommend the same plan you have for hetzner or something with larger storage? Why do you prefer v3 over v4 for coolify?
Self-hosting newb here! So, if I host Coolify on an EC2 then want to deploy multiple apps inside of it, how does Coolify avoid "collisions" between apps that share the same ports? Like, I see Coolify runs on port 8000. If I had another app that requires that port, is it up to me to be aware and reconfigure?
Do you have any video how to make a svelte/react app to a dockerfile and integrate them to coolify? I'm complete self hosting beginner, that will be a big help.
Very similar services. Compared to easypanel its completely free for everything. I think cloudpanel doesn't have docker support. Containers make coolify super powered
Enjoyed the video! Out of interest, how does the DNS config work for this? Do you need multiple ips, does it change destination based on hostname, how does it work?
Great stuff, but if have Laravel application, after make update git branch, it will in redeploy stage rebuild app ? what about files (upload by user) in Laravel docker inside?
Great video, thanks for sharing about this tech. You have this console for one machine. What if you need to scale you application? Will this be able to do that?
Depends on what kind of scale. A single machine is good enough for most people. Anything that would overwhelm a single machine might require its own server deployments
From the short you posted i thought i was gonna have to setup linux on my macos but that step with the os server for like $3, now i can use coolify. This video provided a lot more context than the short 😂. Thanks for the video. I have an app deployed to vercel for a non profit for my Army veteran friend which i’m the CTO/Webmaster for and i’ve only worked in the frontend with vuejs. So i’ve never deployed a backend 😂. Yes i have a skill issue but i don’t think it’s that bad. I run and create scripts in the terminal so i’ll be alright. Saved me the headache of opening up parrallels desktop & using ubuntu on windows which is super slow on my intel 2019 macbook. I’ve never done the server thing to then run everything else but it looks straight forward so thank you! Sorry for the rant. I great video would be a rest api deployed to coolify. No caching or bells and whistles just a simple rest app to see the deployment process.
Looks promising! 🌟 Does it have a “zero downtime deployment” feature for ci/cd? My Next.js project is not accessible while it’s building (after new code being pushed to the repo) as i’m struggling to make pm2 cluster mode to work correctly. any advice on the topic is appreciated too btw
From what I've read, you can have zero downtime deploys, but it's undocumented. If you're using Docker Compose, you need to define a healthcheck (check docker docs), then it will make sure your new build is properly live before destroying the previous one.
nice video and awesome tool! just one question tho, if I have access to only one VPS (an ok one, 4 vcpus and 8gb of ram) can I use this tool to deploy my stuff? so the VPS I would host coolify and the VPS I would deploy my applications TO are the same, is this an ok setup?
Thank you for the video :) I have a similar vps, i was wondering how much reasources coolify use ? Should i upgrade my vps? Do you have any metrics which can give a insite. ( I know it wont be accurate but, its good to know. ) Thank you so much for the tutorial. :)
Have a look at their docs for requirements, I can't recall exactly, but something like 1vcpu / 2GB for Coolify + what you need for your services. They do, however, suggest that you run coolify on a separate server to your workloads, so that you aren't preventing access to coolify if you have a workload that chews up all the resources.. but if it is just for hobby, probably not such a concern.
@@blasandresayalagarcia3472 so its just the cost of the Hetzner server, which is $5 USD. The usage has to be scaled up if you face that problem. Cost is a static fee, once a month, and does not fluctuate or change
5 หลายเดือนก่อน +1
So you use this for your personal stuff and for company stuff AWS with CDK and stuff?
@@MelkeyDev You mean distributed databases? Can you recommend one good NoSQL and one RDBMS fully-managed database? I came across Dynamodb for NoSQL and NeonDB for Postgres. Do you have better suggestions? Easy to use, quick to setup and cheap as chips.
@@MelkeyDev I have a website made with astro.js and i've deployed from github and on deployment log i'm getting: [2024-Jun-24 17:15:38.489670] Removing old containers. [2024-Jun-24 17:15:38.492306] New container is not healthy, rolling back to the old container. [2024-Jun-24 17:15:38.699844] Rolling update completed. Build Pack i'm using Nixpacks, thanks for fast response
Make sure to comment + like - it means the world :)
Finally, the best self-hosting tool
THE BEST BABY
Thank you, Melkey, for making this video! 🙂 (the dev behind Coolify here)
this is an amazing tool!
Great software, have been using it very nicely on hetzner too. Thanks a bunch for the work you've put in
Coolify's a great tool!
Will be checking this out to host a small leptos site
Thank you for your amazing work, the tool is awesome. ❤️
This is game changer, surprised I didn't know it existed. Definitely gotta support the coder, stuff like this makes the dev experience so much better.
100%!!
AMAZING thanks fireship
shoutout fireship!
Theres like an entire subcommunity of anti vercel devs, and honestly I will probably be joining that once I get jumpscared with a $400 bill on my 5 MAU app.
do it before this happens!
Thanks for the great video! I'm very much a noob when it comes to hosting, so a lot of this went over my head and im in the beginning stages of learning go. I will definitely come back to this when the projects im making need this!
Oh hell yeah man.
Let me know how it goes and if i could have done anything better
Fireship told me you could save me some money. This looks awesome! I'm new and have been racking my brain for hosting, etc.. this just made the decision simple! Thank you for the video.
Youre welcome!
Thank you, this is actually pretty helpful! I know a bit of devops myself, but the manual work is just disgustingly tedious. I'm definitely gonna try this on my Raspberry Pi!
Great tutorial. Why did you choose version 3? What are the differences? Thank you
Great intro! Thanks for taking the time to record it. I definitely have to play around with it.
I am glad you enjoyed
i can't believe such a tool exist , thanks for the helpful content !
Yeah no problem :)
Awesome! ,pls keep doing videos like this one :) helping the Dev community
Feels like this should be a lot more popular
appreciate this comment brother
Coolify ftw! Nice video Melkey
Thank you!
Love to see the self-hosted revolution growing! Coolify has some similarities to StartOS.
Well, this looks promising. Of course not for a big corporation that has to be very paranoid about cybersecurity and scalability, but for small developers to spin up their prototypes without the fear of having a thousand dollar bill on the credit card the next morning.
Bingo!!
Thank you for the video. I have two questions. Would this work with a local server? If yes, what minimum specs(CPU, ram & storage) would one need?
This is what I've always dreamed of. Many peoples jobs account for this kind of configuration work day in and day out. Having this kind of tool is a superpower for sure.
Thank you for explaining this in layman’s terms for a newbie like me. Do you recommend the same plan you have for hetzner or something with larger storage?
Why do you prefer v3 over v4 for coolify?
This is soo sooo sooo awesome gonna try this and most probably use this in production
Hell yeah - let me know how it goes!
Ive had so many good experiences with this so far, its been super useful
This looks great! Thanks for sharing Open Source the best
glad i can bring some aattention
Great example of what you can build with the amazing TALL stack!
Very cool! Thanks for the video!
:) Thanks for watching
Self-hosting newb here! So, if I host Coolify on an EC2 then want to deploy multiple apps inside of it, how does Coolify avoid "collisions" between apps that share the same ports? Like, I see Coolify runs on port 8000. If I had another app that requires that port, is it up to me to be aware and reconfigure?
you will have to change the port it is running on (the port that apps run on)
Do you have any video how to make a svelte/react app to a dockerfile and integrate them to coolify? I'm complete self hosting beginner, that will be a big help.
I could do this if you want
@@MelkeyDev please! That would be so cool!
Awesome video. How does this stack up against something like easypanel and cloudpanel?
Very similar services. Compared to easypanel its completely free for everything. I think cloudpanel doesn't have docker support. Containers make coolify super powered
Can I setup email server alongside it?
Ok this is super cool, def gonna check it out!
:)
So is Coolify a production-grade DevOps tool at this point? Or is it mostly good for hosting personal applications?
Id say for personal projects it covers a lot of things, but for prduction level you would need to make that decision. I think its okay for both cases
@@MelkeyDev Thanks for the response and the helpful video 🙏
Enjoyed the video! Out of interest, how does the DNS config work for this? Do you need multiple ips, does it change destination based on hostname, how does it work?
If its set up with a SSL cert, then you can route via hostname. Very standard stuff, do it with Nginx all the time.
Great stuff, but if have Laravel application, after make update git branch, it will in redeploy stage rebuild app ? what about files (upload by user) in Laravel docker inside?
Thank you very much for sharing such an amazing tool!
I am glad you enjoyed
heard about coolify but how do i configure my domain name to my application
wow, that's amazing! thank you!
Awesome tool. Thanks bro
Great tool! Is it possible to use coolify on a synology nas?
i am not sure but if you find the answer I would be curious too!+
That is great for all my stupid side projects that have too little users to earn me money and too many to shutdown 😂
I deploy everything via docker-compose and reverse proxy, but coolify looks tempting.
If you do this I think you will love Coolify because its not too much different from that
Great video, thanks for sharing about this tech.
You have this console for one machine. What if you need to scale you application? Will this be able to do that?
Depends on what kind of scale. A single machine is good enough for most people. Anything that would overwhelm a single machine might require its own server deployments
From the short you posted i thought i was gonna have to setup linux on my macos but that step with the os server for like $3, now i can use coolify. This video provided a lot more context than the short 😂. Thanks for the video. I have an app deployed to vercel for a non profit for my Army veteran friend which i’m the CTO/Webmaster for and i’ve only worked in the frontend with vuejs. So i’ve never deployed a backend 😂. Yes i have a skill issue but i don’t think it’s that bad. I run and create scripts in the terminal so i’ll be alright. Saved me the headache of opening up parrallels desktop & using ubuntu on windows which is super slow on my intel 2019 macbook. I’ve never done the server thing to then run everything else but it looks straight forward so thank you! Sorry for the rant. I great video would be a rest api deployed to coolify. No caching or bells and whistles just a simple rest app to see the deployment process.
Haha yeah that was the point! Provide more context than the short :)
Wait! What? written with laravel framework with laravel livewire?
Nothing!
Looks promising! 🌟
Does it have a “zero downtime deployment” feature for ci/cd? My Next.js project is not accessible while it’s building (after new code being pushed to the repo) as i’m struggling to make pm2 cluster mode to work correctly. any advice on the topic is appreciated too btw
From what I've read, you can have zero downtime deploys, but it's undocumented.
If you're using Docker Compose, you need to define a healthcheck (check docker docs), then it will make sure your new build is properly live before destroying the previous one.
@@chris-pee thank you 🙏
use systemd daemons with nextjs hot reload
Which is the alternative of Coolify? There are a more artisan way to do?
Cool! Thanks for sharing this resource
So Hetzner wouldn’t charge you automatically right? If you have more traffic you need to upgrade by yourself?
Yes. In case of DDoS the server just goes down in worst case
@@naturo_yatangaki Awesome, I’m definitely gonna try this tool.
Yep - its still a server based architecture
wait, did you say only 1 guy made this @8:51 ?...holy 🤯
Unrelated question, do to record camera and screen separately and sync later during edit?
I have a doubt, does coolofy supports all features of next
nice video and awesome tool! just one question tho, if I have access to only one VPS (an ok one, 4 vcpus and 8gb of ram) can I use this tool to deploy my stuff? so the VPS I would host coolify and the VPS I would deploy my applications TO are the same, is this an ok setup?
You can have your apps deployed on same server as coolify. 4 vcpu is good enough for quite a few apps imo
That is more than enough - you will be surprised how optimal frameworks make apps these days
this is awesome, thank you so much for sharing
Absolutely
Is it possible to use coolify to setup multiple vms for frontend, backend, database etc using private network between them?
Yup!
You meant a docker compose?
@@vaisakh_km No, I meant more like Kubernetes
DB and app on same VPS? so this isn't high availability then
What distro do you use for a desktop?
Great video about a great tool!
Thank you - im glad you enjoyed
You can build a very low spec pc and self host many apps in it. Reduces the cost of renting a cloud machine in the long run
100% not for this scale. The electricity bill is more expensive than 1 month of the cheaper VMs
Thank you, brother.
Thank you for the video :) I have a similar vps, i was wondering how much reasources coolify use ? Should i upgrade my vps? Do you have any metrics which can give a insite. ( I know it wont be accurate but, its good to know. )
Thank you so much for the tutorial. :)
Have a look at their docs for requirements, I can't recall exactly, but something like 1vcpu / 2GB for Coolify + what you need for your services.
They do, however, suggest that you run coolify on a separate server to your workloads, so that you aren't preventing access to coolify if you have a workload that chews up all the resources.. but if it is just for hobby, probably not such a concern.
Looks super cool!
How much does it cost, and does it have scaling limits so cloud doesn't kill you with the bill?
Coolify is free
@@MelkeyDev I meant Hetzner cost with your usage, and does coolify or Hetzner have a way to limit your cost
@@blasandresayalagarcia3472 so its just the cost of the Hetzner server, which is $5 USD.
The usage has to be scaled up if you face that problem.
Cost is a static fee, once a month, and does not fluctuate or change
So you use this for your personal stuff and for company stuff AWS with CDK and stuff?
For company stuff yeah we are vendor locked to AWS
@@MelkeyDev cool thanks for clarification :) we use open shift. It is not as fancy as AWS but having your own cloud brings it own advantages
Can it do automatically setup ci/cd for react, vue, nextjs, sveltekit erc projects without docker compose?
yeah - explore the settings and read some of the documentation
I also love the version 3
yeah!
Why v3 over v4?
@@persegona77 Preference
@@persegona77 v3 looks simple and straight forward to me.
From fireship 🎉
did you set up ipv4 and firewall on hetzner?
I set up ipv4 and a simple firewall
How do i take backup of data in case something gets wrong or I lose admin creds ?
You would need to either contact Coolify support or re install on your Hetzner box
@@MelkeyDev thanks ❤
you should do a video about pocketbase
Would you watch it?
This is sooo amazingggg!!!
Damn my mind is blow!!! Amazing!
Its so good!
How easy it is to replicate the server and extend database, as the user base increases?
Databases are separate services so you can extend that easily and aalways back up + migrate.
Then hetzner you just scale up as needed
@@MelkeyDev You mean distributed databases? Can you recommend one good NoSQL and one RDBMS fully-managed database? I came across Dynamodb for NoSQL and NeonDB for Postgres. Do you have better suggestions? Easy to use, quick to setup and cheap as chips.
For databases to you prefer to host them on your server or use a managed one from aws or digital ocean?
I think if you're using this for a database the absolute minimum should be to have snapshots (coolify supports backing up to s3).
host on coolify to start. Move to something else if it ever becomes an issue and need the reliability of a cloud provider
I don't use vercel cause its easy. I use it because it is free (for personal projects that will not see any traffic)
Fair!
How to install in wsl? i can't install because docker desktop
Thank you. 🌞💛✨
No problem :)
I've tried to deploy an astro.js app and doesn't work, is there any resources for that?
What issues are you specifically running into?
@@MelkeyDev I have a website made with astro.js and i've deployed from github and on deployment log i'm getting:
[2024-Jun-24 17:15:38.489670] Removing old containers.
[2024-Jun-24 17:15:38.492306] New container is not healthy, rolling back to the old container.
[2024-Jun-24 17:15:38.699844] Rolling update completed.
Build Pack i'm using Nixpacks, thanks for fast response
love this tool!
Looks nice, but I don't use docker, so no option for me.
You dont need Docker
Imagine doing videos like this for living 😂
This isnt my living!
clicked for the bait but actually got a really cool product
This is lowkey a great compliment haha
Is this the old UI? It looks better than the new one tbh 😂
Holy shit this is incredible
Nice tool dude
:)
That’s literally just docker with customized portainer 💀😭
See, PHP is not dead!
Vercel hurt bro real bad
i am OK
F vercel. I like cloudflare workers and server coolify as well
yessir
V3 actually looks better ui wise than v4 😮
Thanks!
no problem!
who are here from fireship's video?
So either way you pay for servers. WTF
wow i can't believe this really is free
I know its crazy
Fireship sent me 🔥🚢
The best tools - your hands, brain, gitlab and Docker 😊
That COOOOOOOOOOLLLLLL
What about serverless functions?
*there's no such thing*
@@Frostbytedigital So it doesnt replace Vercel
Whos from Fireship
needs to buy raspberry pi and try this tool)
♥️
How is this free?
devs are awesome