هذا الالتزام موجود في:
Mohamed Moustafa
2026-07-27 23:27:12 +03:00
التزام c653222887
43 ملفات معدلة مع 3837 إضافات و0 حذوفات

عرض الملف

@@ -0,0 +1,16 @@
#!/bin/bash
set -e
echo "============================================"
echo " Mithal.space Monitor — Starting"
echo "============================================"
# Start monitor in background
echo "[entrypoint] Starting monitor.py..."
python /app/monitor.py &
MONITOR_PID=$!
echo "[entrypoint] Monitor started (PID: $MONITOR_PID)"
# Start nginx in foreground
echo "[entrypoint] Starting Nginx..."
exec nginx -g "daemon off;"