Eternum runs as a Docker Compose stack with a Next.js web app, Fastify API, PostgreSQL, Redis, release Redis, and MinIO.Documentation Index
Fetch the complete documentation index at: https://docs.archivecircle.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Services
| Service | Purpose |
|---|---|
| web | Next.js app |
| api | Fastify API and in-process poller |
| postgres | relational database |
| redis | auth blocklist, rate limiting, and app cache |
| release-redis | volatile beneficiary-bound recovery share storage |
| minio | encrypted vault blobs and death certificate files |
| cloudflared | public tunnel ingress |
Common commands
Production notes
The API poller currently runs in-process. Multiple API replicas require a distributed lock or a separate worker model to avoid duplicate escalation work.