File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,26 +29,26 @@ services:
2929 mediaServer-db :
3030 aliases :
3131 - ${APP_HOST:-app.test}
32- redis :
33- image : redis:8-alpine
34- container_name : redis
35- command : " redis-server --appendonly yes --requirepass phpredis"
36- horizon :
37- << : *app
38- container_name : horizon
39- command : ["php", "/var/www/html/artisan", "horizon"]
40- stop_signal : SIGTERM
41- depends_on :
42- - app
43- - redis
44- ports : []
45- expose : []
46- healthcheck :
47- test : ["CMD", "healthcheck-horizon"]
48- start_period : 10s
49- networks :
50- mediaServer-db :
51- default :
32+ redis :
33+ image : redis:8-alpine
34+ container_name : redis
35+ command : " redis-server --appendonly yes --requirepass phpredis"
36+ horizon :
37+ << : *app
38+ container_name : horizon
39+ command : ["php", "/var/www/html/artisan", "horizon"]
40+ stop_signal : SIGTERM
41+ depends_on :
42+ - app
43+ - redis
44+ ports : []
45+ expose : []
46+ healthcheck :
47+ test : ["CMD", "healthcheck-horizon"]
48+ start_period : 10s
49+ networks :
50+ mediaServer-db :
51+ default :
5252 queue :
5353 << : *app
5454 container_name : job_queue
You can’t perform that action at this time.
0 commit comments