ipunkt / docker-laravel-queue-worker

A docker image for working with queues being monitored by supervisor as recommended by laravel.
https://hub.docker.com/r/ipunktbs/laravel-queue-worker/
MIT License
70 stars 20 forks source link

[Question] Full PHP vs PHP-CLI #5

Closed MrGiga closed 5 years ago

MrGiga commented 5 years ago

Is there any reason you went with full php rather then just php-cli?

I am probably missing something and apologies if I am.

rokde commented 5 years ago

There is no particular reason. It was the easiest way because our laravel frontend image was mostly the same in the beginning.

So when you can make a pull request with your wish we will look at it and maybe merge.

MrGiga commented 5 years ago

I was able to implement it but found that I could not implement the msodbcsql driver with alpine. So I had to scratch my implementation, although if you still want to see it, I can put in a pull request.

rokde commented 5 years ago

We do not do anything with mssql or odbc. so maybe you should fork it to suit your needs. We won't merge it, because we do not need mssql at the time of writing. sorry.