Example Usage
# Clone the repository
git clone <repo-url>
cd GHOST-osint-crm

# Copy environment file and configure it
cp .env.example .env

# IMPORTANT: Edit .env with your configuration
# For production, you MUST set:
# - DB_PASSWORD (strong password)
# - SESSION_SECRET (generate with: openssl rand -base64 32)
# - FRONTEND_URL (your frontend URL)
nano .env

# Start all services
docker-compose up --build -d