RankFloRankFlo

Integration · Hosting

RankFlo + Docker

Self-host RankFlo with Docker

RankFlo ships as a Docker Compose stack. Self-host in 5 minutes on any Linux server.

Why use RankFlo with Docker

Single docker-compose.yml

Postgres + Redis + web bundled

5-minute setup

Works with Hetzner, DigitalOcean, Linode, AWS

MIT licensed

Quick start

# docker-compose.yml
version: "3.8"
services:
  web:
    image: rankflo/web:latest
    environment:
      DATABASE_URL: postgres://...
      REDIS_URL: redis://...
    ports:
      - "3000:3000"
  postgres:
    image: postgres:16
  redis:
    image: redis:7

FAQ

How do I self-host RankFlo with Docker?

Clone the repo, copy .env.example to .env, run docker compose up -d. Site is live at :3000.

Start building

RankFlo + Docker — free to start, AI content included.