Sign inSign up

brqae/rankati-web

By brqae

Updated 10 days ago

Rankati web UI:a self-hosted decision engine for tasks. Use the Compose stack, not this image alone.

Image
0

1.6K

brqae/rankati-web repository overview

Rankati

A self-hosted personal decision engine for tasks — it ranks what to do now and deals you a small, beatable hand. Not a to-do list.

Rankati runs as two containers (rankati-api + rankati-web) plus PostgreSQL. Don't pull this image directly — use the Docker Compose setup:

👉 Source, install guide & docs: https://github.com/brq-ae/rankati

curl -O https://raw.githubusercontent.com/brq-ae/rankati/main/docker-compose.yml
curl -O https://raw.githubusercontent.com/brq-ae/rankati/main/.env.example
cp .env.example .env      # set POSTGRES_PASSWORD
docker compose up -d

Tag summary

Content type

Image

Digest

sha256:38a3b5f01

Size

78.7 MB

Last updated

10 days ago

docker pull brqae/rankati-web