Recently i try to containerize my existing laravel project with docker. So far i able to build all necessary services for laravel such as mysql, redis, npm, composer and etc. Also it is displayed in browser and worked well too. But i found that no one discuss about how to use Horizon in docker. Anyone know that how to do so?
@tisuchi Thanks for reply but this is not what i looking for. I preferred a detailed guide to explain how to setup laravel horizon with docker such as using supervisord with horizon in docker. Anyway i found a awesome package https://github.com/laradock/laradock, it provided many useful tools with docker setup including horizon which i looking for, and the documentation is quite straight forward. Feel free to take a look.
@masterhunter Hey! I am trying to set up laravel horizon with laradock too. Did you manage to set it up successfully? The documentation from laradock on horizon is inexistent so I am pretty much in the dark. I have tried to follow more or less the same steps as in the php-worker section as they are similar, but it didnt work out for me.