From 68711e2ee772f272aad00a02e17d7a15699f68b1 Mon Sep 17 00:00:00 2001 From: stroblme Date: Tue, 25 Aug 2026 17:10:27 +0200 Subject: [PATCH] Start the docs site with the integrated local stack Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01UytviPMJbXzD8P84nLvXcq --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 36bb8fc..816ce41 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ dev: ## Start the full dev stack (includes a local Traefik proxy) dev-local: ## Start the integrated local stack (called by the root `make dev`) DOMAIN=$${DOMAIN:-localhost} ENVIRONMENT=$${ENVIRONMENT:-local} \ - $(COMPOSE_LOCAL) up --build -d proxy backend frontend mailcatcher + $(COMPOSE_LOCAL) up --build -d proxy backend frontend docs mailcatcher dev-lan: ## Same, plus the app on http://:$(APP_PORT) (no DNS needed) DOMAIN=$${DOMAIN:-localhost} ENVIRONMENT=$${ENVIRONMENT:-local} APP_PORT=$(APP_PORT) \