Self-Hosting Guide
Deploy GRID-SYNC Enterprise on your own infrastructure. Use the official Docker image and configure required services (database, storage, rate limiting) via environment variables or your deployment dashboard.
Docker Quick Start
Pull the official GRID-SYNC Enterprise image from the container registry. Run the container with the required configuration: set your license key, database connection string, and any optional services (file storage, rate limiting, dynamic config). Configure port mapping and environment variables in your deployment tool or dashboard.
Service Configuration
GRID uses environment variables for database, file storage, rate limiting, and dynamic config. Set these in your deployment environment or dashboard.
Core Database
Required. PostgreSQL 15+ database connection string. Set the database URL in your deployment configuration.
File Storage Service
Enables avatar uploads and asset storage. Compatible with Vercel Blob or any S3-compatible adapter. Add the storage token or credentials in your config.
Rate Limiting (KV Store)
Enables API protection and rate limiting for AI features. Requires a Redis-compatible connection. Set the KV API URL and token in your configuration.
Dynamic Configuration
Enables global feature flags and maintenance banners without redeployment. Configure the edge config URL or ID in your deployment.
Need Deployment Help?
GRID-SYNC Enterprise plans include dedicated installation support. Our engineering team can assist with Kubernetes Helm charts, air-gapped setups, and custom security configurations.
Contact Engineering Support