docker

Currents On-Prem

Docker Compose configuration for self-hosted Currents deployment.

Getting Started

Quick Setup

git clone https://github.com/currents-dev/docker.git currents-docker
cd currents-docker/on-prem
./scripts/setup.sh
docker compose up -d

Configuration Profiles

Profile Services Included Use Case
full Redis, MongoDB, ClickHouse, RustFS Running everything locally
database Redis, MongoDB, ClickHouse Using external S3-compatible storage
cache Redis Using external MongoDB, ClickHouse, and S3

Additional Resources