Self-Hosting Launchfolio: Setup Guide
#launchfolio #self-hosting #docker #portfolio

Self-Hosting Launchfolio: Setup Guide

Hamzah·27 March 2026

How do I use Launchfolio?

Launchfolio is a self-hostable portfolio, blog, and CV app that I built and distribute as a Docker image. It's designed to be simple to deploy — bring your own content and data directory, point it at a server, and you're done.

Everything you need to get started — including environment variables, directory structure, Docker Compose examples, and content formatting — is documented in the official docs repo:

github.com/rezelute/launchfolio-docs

The docs cover:

  • Getting started — pulling the image and running your first instance
  • Configuration — environment variables and site settings
  • Content — how to write blog posts, set up your CV, and manage projects
  • Deployment — running behind a reverse proxy with HTTPS

If you run into issues or have questions, feel free to open an issue on the repo.