Hi all! I was search in Google proper way to run Laravel Queue in Docker, but not found :(
I thin k this is very typical task in 2019..... but I dont found nothing abvout this.
Maybe community tell me the right way to run queue when all my project in docker containers (php, nginx, mysql containers)?
Why this solution is poor? I found it in stackowerflow with 3 minus.
This solution does not run your Queue Worker in docker. It runs a command from outside of your docker container to run in a docker container called php
I stopped working with docker but the idea will be to run this command from within the container and actually build it with it already set up. Go back to the thread you are referencing and you will see that you answer is voted -3