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
+2 -2
View File
@@ -20,7 +20,7 @@ if [ "$confirmation" != "$confirmation_phrase" ]; then
exit 1
fi
docker compose -f "$compose_file" stop app horizon scheduler db-backup
docker compose -f "$compose_file" stop app worker scheduler db-backup
if ! RESTORE_CONFIRM="$confirmation_phrase" docker compose \
-f "$compose_file" \
@@ -32,6 +32,6 @@ then
exit 1
fi
docker compose -f "$compose_file" up -d app horizon scheduler db-backup
docker compose -f "$compose_file" up -d app worker scheduler db-backup
echo "Application restarted after database restoration."