Advanced Features
Self-Hosting Sync Relay
Self-Hosted Deployments
Maintain total ownership of your data sync pipelines by deploying your own synchronization relay server.
Docker Compose Deployment:
services:
cmdvault-relay:
image: ghcr.io/itsrohith-a/cmdvault-relay:latest
ports:
- "8080:8080"
environment:
- DATABASE_URL=mongodb://mongo:27017/cmdvault
- SIGNING_SECRET=generate-a-strong-random-key