EN

Platform UI is currently English-only. Other languages here track your preference for future translations.

Go to Home

A Docker Compose template

vibenest-template-miniflux

A Docker Compose template for deploying Miniflux, a minimalist and opinionated RSS feed reader.

Try the demo

Features

Everything you need to run a self-hosted RSS reader in production.

Complete RSS Solution

Self-hosted Miniflux instance with PostgreSQL database

Production Ready

Health checks, automatic restarts, and proper dependency management

Easy Setup

One-command deployment with Docker Compose

Secure by Default

Environment-based configuration for sensitive credentials

Automatic Migration

Database migrations run automatically on startup

Admin User Creation

Automatically creates admin user on first run

Tech Stack

Built on reliable, modern foundations.

Miniflux
Latest official Docker image
PostgreSQL 16
Alpine-based database with persistent storage
Docker Compose
Container orchestration

Quick Start

Get up and running in minutes with just a few commands.

  1. 1 Copy environment template:
    bash
    cp .env.example .env
  2. 2 Edit .env and change default passwords:
    bash
    POSTGRES_PASSWORD=your_secure_password
    ADMIN_USERNAME=admin
    ADMIN_PASSWORD=your_admin_password
  3. 3 Deploy the stack:
    bash
    docker-compose up -d
  4. 4 Access Miniflux at http://localhost:8080

No complex configuration needed.

Configuration

The template includes everything you need out of the box.

  • PostgreSQL database with persistent volume storage
  • Health checks for both services
  • Automatic database migrations
  • Admin user creation on first startup
  • Service dependencies to ensure proper startup order

Port Access

Miniflux web interface is available on the following port:

Port 8080

Reconnecting to the server...

Reconnecting in sec.

Failed to reconnect.
The page will reload automatically.

Session paused by the server.

Failed to resume the session.
Reloading the page...