Self-Hosting Guide
Run MOMENTUM on your own cloud. Production configuration for Docker, Kubernetes, and PostgreSQL.
Docker Compose Configuration
Our base compose template links the Next.js app container with PostgreSQL and Redis caching. Fetch template and run:
docker-compose up -d
System Prerequisites
- Docker Engine v20.10+ or Kubernetes v1.22+
- PostgreSQL database v14+
- Redis server v6+ (optional, for cache velocity scaling)