first commit

This commit is contained in:
Beyhan Oğur
2026-04-26 22:20:45 +03:00
commit d50f14bcb1
681 changed files with 65020 additions and 0 deletions

12
entrypoint-celery.sh Normal file
View File

@@ -0,0 +1,12 @@
#!/bin/bash
# Hata durumunda scripti durdur
set -e
echo "Waiting for web service to complete migrations..."
# Web servisinin migration'ları tamamlaması için bekle
sleep 10
echo "Starting Celery worker with beat..."
exec "$@"