feat: remove horizon
This commit is contained in:
+2
-2
@@ -83,7 +83,7 @@ services:
|
||||
- 'http://127.0.0.1:7700/health'
|
||||
retries: 3
|
||||
timeout: 5s
|
||||
horizon:
|
||||
worker:
|
||||
build:
|
||||
context: ./vendor/laravel/sail/runtimes/8.5
|
||||
dockerfile: Dockerfile
|
||||
@@ -104,7 +104,7 @@ services:
|
||||
- sail
|
||||
depends_on:
|
||||
- redis
|
||||
command: 'php artisan horizon'
|
||||
command: 'php artisan queue:work redis --sleep=3 --tries=1 --timeout=60 --memory=128'
|
||||
networks:
|
||||
sail:
|
||||
driver: bridge
|
||||
|
||||
Reference in New Issue
Block a user