mirror of
https://github.com/thecyberlearn/quantumtaskai-caprover.git
synced 2026-08-18 08:52:57 +00:00
- Add docker-compose.yml for Dokploy deployment - Add Dockerfile optimized for production - Add nginx.conf for SSL and reverse proxy - Update Django settings for ai.quantumtaskai.com domain - Add Neon database configuration - Add deployment guides and environment generators - Remove CapRover specific files
31 lines
1.2 KiB
Plaintext
31 lines
1.2 KiB
Plaintext
# Generated Environment Variables for Dokploy + Neon
|
|
# Generated on: Saturday 06 September 2025 09:53:47 AM IST
|
|
|
|
# ESSENTIAL VARIABLES
|
|
SECRET_KEY=b+6h(2YAa#8NPRfHApILsw&A8m^yQU=QfPMBCCsjEx31-)sDZh
|
|
DEBUG=false
|
|
ALLOWED_HOSTS=ai.quantumtaskai.com,*.quantumtaskai.com,quantumtaskai.com
|
|
CSRF_TRUSTED_ORIGINS=https://ai.quantumtaskai.com,https://quantumtaskai.com
|
|
|
|
# NEON DATABASE VARIABLE
|
|
NEON_DATABASE_URL=postgresql://your_username:your_password@your_endpoint.neon.tech/quantumtasks_ai?sslmode=require
|
|
# Get this from Neon dashboard: Database → Connection Details
|
|
|
|
# EMAIL CONFIGURATION (Fill in your values)
|
|
EMAIL_HOST_USER=your-email@gmail.com
|
|
EMAIL_HOST_PASSWORD=your-gmail-app-password
|
|
DEFAULT_FROM_EMAIL=Quantum Tasks AI <noreply@ai.quantumtaskai.com>
|
|
REQUIRE_EMAIL_VERIFICATION=true
|
|
|
|
# SECURITY SETTINGS
|
|
SECURE_SSL_REDIRECT=true
|
|
SECURE_PROXY_SSL_HEADER=HTTP_X_FORWARDED_PROTO,https
|
|
COMPOSE_PROJECT_NAME=quantumtasks-ai
|
|
|
|
# OPTIONAL VARIABLES (Configure as needed)
|
|
# STRIPE_SECRET_KEY=sk_live_your_stripe_secret_key_here
|
|
# OPENAI_API_KEY=sk-your_openai_api_key_here
|
|
# GROQ_API_KEY=gsk_your_groq_api_key_here
|
|
# SERPAPI_API_KEY=your_serpapi_key_here
|
|
# OPENWEATHER_API_KEY=your_weather_api_key_here
|