docs(docs): add documentation site with Blume config and initial MDX pages

This commit is contained in:
Prad Nukala
2026-09-02 16:53:24 -04:00
parent 9b357128cc
commit b1a622ea13
121 changed files with 23710 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
---
title: v0.13.3
description: "Consolidate deployment infrastructure with Docker Compose and enhance build targets"
type: changelog
date: 2025-09-04T23:59:00Z
changelog:
version: "0.13.3"
category: "DevOps"
search:
tags:
- "Infrastructure"
- "Docker"
---
Consolidate deployment infrastructure with Docker Compose and enhance build targets (#248)
- Unified backend services configuration (Highway, Redis, Caddy, IPFS, snrd)
- Implemented multi-stage Dockerfile build targets
- Enhanced Makefile with Docker management targets
- Introduced health check and readiness probe system