Community self-hosted
Versioned GHCR images are not published yet. Build the web and API images from the public repository.
Read the self-host guidegit clone https://github.com/BlogFactoryHQ/blogfactory.git
cd blogfactory
cp .env.self-host.example .env
docker compose build --pull api web
docker compose up -d