feat: remove horizon
CI / 🧪 Tests Laravel (push) Successful in 2m15s
CI / 🐳 Build & Push Images (push) Successful in 1m9s

This commit is contained in:
2026-08-13 16:58:13 +02:00
parent 8ef1a3cff8
commit ea5a5737ec
35 changed files with 24 additions and 2060 deletions
+14 -3
View File
@@ -73,15 +73,26 @@ services:
timeout: 5s
retries: 12
horizon:
worker:
<<: *app-service
container_name: daily-meal-api-horizon
container_name: daily-meal-api-worker
healthcheck:
disable: true
depends_on:
app:
condition: service_healthy
command: ["php", "artisan", "horizon"]
command:
[
"php",
"artisan",
"queue:work",
"redis",
"--sleep=3",
"--tries=1",
"--timeout=60",
"--memory=128",
"--max-time=3600",
]
scheduler:
<<: *app-service