# Khoj ki 100% ready official image FROM ghcr.io/khoj-ai/khoj:latest # Hugging Face ke liye Port settings ENV PORT=7860 EXPOSE 7860 # 🔥 Tumhara 100% Working Supabase Database (Brahmastra) ENV POSTGRES_HOST="aws-1-ap-south-1.pooler.supabase.com" ENV POSTGRES_PORT="6543" ENV POSTGRES_USER="postgres.bwpszjfnoufiypgithtt" ENV POSTGRES_PASSWORD="TCGDn99plDB31NHm" ENV POSTGRES_DB="postgres" ENV DATABASE_URL="postgresql://postgres.bwpszjfnoufiypgithtt:TCGDn99plDB31NHm@aws-1-ap-south-1.pooler.supabase.com:6543/postgres" # 🚀 THE ULTIMATE FIX: Bypass all login/CSRF errors and run as a pure API engine for Epoch App CMD ["python", "-m", "khoj", "--host", "0.0.0.0", "--port", "7860", "--anonymous-mode"]