Closed zek closed 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.
Hi, anyone can share a production ready docker-compose.yml example which includes the laravel queues and scheduling?
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.
I've opened a new discussion for this feature request https://github.com/coollabsio/coolify/discussions/2468
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.