Loading...
Deploy DueVault.ai on your own infrastructure with Docker
Create a . env file with your credentials:
# Supabase
NEXT_PUBLIC_SUPABASE_URL=https://your-project.supabase.co
NEXT_PUBLIC_SUPABASE_ANON_KEY=your-anon-key
SUPABASE_SERVICE_ROLE_KEY=your-service-role-key
# Azure OpenAI
AZURE_OPENAI_ENDPOINT=https://your-resource.openai.azure.com
AZURE_OPENAI_API_KEY=your-api-key
AZURE_OPENAI_DEPLOYMENT=your-deployment-name
AZURE_OPENAI_EMBEDDING_DEPLOYMENT=your-embedding-deployment
# License
LICENSE_KEY=your-license-key-jwtdocker compose up -dOpen your browser and navigate to:
http://localhost:3000
Set admin emails to control who can manage users and settings:
ADMIN_EMAILS=admin@yourcompany.com,qa@yourcompany.comPORT=8080 # Default: 3000Having trouble with deployment? We offer hands-on setup support for all customers.