Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

masterhunter's avatar

Laravel horizon in Docker

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?

0 likes
3 replies
tisuchi's avatar

@masterhunter

I am not sure what you mean by this

But i found that no one discuss about how to use Horizon in docker

But if you talk about globally, surely there are a lot of resources that you can follow to integrate Horizon with Docker.

I just google and found some interesting posts on it-

masterhunter's avatar
masterhunter
OP
Best Answer
Level 2

@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.

StefanGhiban's avatar

@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.

1 like

Please or to participate in this conversation.