EN
Platform UI is currently English-only. Other languages here track your preference for future translations.
A Docker Compose template
vibenest-template-miniflux
A Docker Compose template for deploying Miniflux, a minimalist and opinionated RSS feed reader.
Try the demoFeatures
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.
Quick Start
Get up and running in minutes with just a few commands.
-
1 Copy environment template:bash
cp .env.example .env
-
2 Edit
.envand change default passwords:bashPOSTGRES_PASSWORD=your_secure_password ADMIN_USERNAME=admin ADMIN_PASSWORD=your_admin_password
-
3 Deploy the stack:bash
docker-compose up -d
-
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:
8080