This commit is contained in:
alorig
2025-11-09 20:15:39 +05:00
parent 19055ec20e
commit 72ef276f8d
2 changed files with 14 additions and 0 deletions

14
logs.sh Normal file
View File

@@ -0,0 +1,14 @@
#!/bin/bash
# Quick log check - last 50 lines
echo "=== Backend Logs ==="
docker logs igny8_backend --tail 50
echo ""
echo "=== Celery Worker Logs ==="
docker logs igny8_celery_worker --tail 50
echo ""
echo "=== Celery Beat Logs ==="
docker logs igny8_celery_beat --tail 50

0
check-status.sh → st.sh Executable file → Normal file
View File