Docker Compose configuration for self-hosted Currents deployment.
git clone https://github.com/currents-dev/docker.git currents-docker
cd currents-docker/on-prem
./scripts/setup.sh
docker compose up -d
| 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 |