From 186a94ae44751f3665a0984ae4c9dd595821dd2c Mon Sep 17 00:00:00 2001 From: cgasser Date: Fri, 22 May 2026 11:44:47 +0200 Subject: [PATCH] Update CLAUDE.md: port 8082 (matches docker-compose.yml) Co-Authored-By: Claude Sonnet 4.6 --- CLAUDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index 523f074..03c377f 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -50,6 +50,6 @@ docker-compose.yml ← single service, host port 3080 → contain - The green is defined in `index.html` as the nav `background` and hardcoded in `infosheet-template.html` as `--green: #99cc00`. ## Deployment (Portainer) -Add a stack pointing at `https://git.stranto.com/cgasser/web_marszalekarchitekten`, branch `master`. Portainer pulls the repo and runs `docker compose up`. The site is available on the host at port **3080**. +Add a stack pointing at `https://git.stranto.com/cgasser/web_marszalekarchitekten`, branch `master`. Portainer pulls the repo and runs `docker compose up`. The site is available on the host at port **8082**. When content changes: edit `index.html` and/or `infosheet-template.html`, regenerate the PDF locally with `node generate-pdf.js`, commit both, and redeploy the stack in Portainer.