-
-
Notifications
You must be signed in to change notification settings - Fork 655
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom supervisor configs #692
Comments
@stu177 can you explain what you would like to run with supervisor and also why with supervisor itself? There is already a possibility to run things: https://devilbox.readthedocs.io/en/latest/autostart/custom-scripts-per-php-version.html Let me know if this solves your issue already. |
@cytopia It's mainly to replicate the environment we have on a production server. The conf we run looks like:
I can always run the command manually on the box to run the artisan command but it's more of a task to mirror the live environment for testing. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@stu177 Will be addressed here: devilbox/docker-php-fpm#181 |
Fix released here: #757 |
Hello @stu177 how did you configure supervisor on devilbox? I encountered this argument here https://laravel.com/docs/9.x/queues#configuring-supervisor and I would like to try to do the same you probably already accomplished. |
Create a file in the /path/devilbox/supervisor/ [program:queue-production] and replace /news/to your project |
@Cornatul thanks, I will give it a try asap! |
ISSUE TYPE
SUMMARY
Custom supervisor configs
Goal
Being able to add custom supervisor conf files to Devilbox would be useful for working with queues in Laravel. I can see that supervisor is installed within the PHP container but I can't see a way of adding a new conf.
The text was updated successfully, but these errors were encountered: