coollabsio / coolify

An open-source & self-hostable Heroku / Netlify / Vercel alternative.
https://coolify.io
Apache License 2.0
31.83k stars 1.64k forks source link

[Feature]: Laravel Queues & Scheduler(CRON) Support #839

Closed zek closed 1 year ago

zek commented 1 year ago

Is there an existing issue for this?

Summary

We need Laravel Queues & Scheduler(CRON) support for production deployments of Laravel applications.

Why should this be worked on?

Laravel queues (see https://laravel.com/docs/9.x/queues) and scheduler (https://laravel.com/docs/9.x/scheduling) are used in almost every application. Without supporting these features laravel deployments will not be production ready.

zek commented 1 year ago

To overcome this problem, we need to create 2 more applications with a custom docker file (which requires maintaining 3 env files in total)

or

Another option would be having a custom docker-compose.yml in the repository.

faierbol commented 1 year ago

Hi, anyone can share a production ready docker-compose.yml example which includes the laravel queues and scheduling?

andrasbacsai commented 1 year ago

I'm closing this issue, because tracking features will be moved to GitHub discussions. Github issues will be only for bugs.

Version 4 is in full focus. v3 related issues will be closed, if it is not a critical bug.

Thanks for your understanding.

victorlap commented 3 months ago

I've opened a new discussion for this feature request https://github.com/coollabsio/coolify/discussions/2468