Explorar el Código

docs: changelog entry for configurable docker host ports

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
ClaudePriv@chiappa.zhdk.ch hace 22 horas
padre
commit
fbef8ff404
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      CHANGELOG.md

+ 6 - 0
CHANGELOG.md

@@ -18,6 +18,12 @@ collide with the per-component `api-v…` / `ui-v…` tags in this monorepo.
 
 
 ## [Unreleased]
 ## [Unreleased]
 
 
+### Changed
+- Docker host ports are now configurable via `API_PORT` / `UI_PORT` in
+  `.env` (defaults `8081` / `8080`). Container-internal ports remain
+  fixed, so internal docker DNS, healthchecks, and baked Caddyfiles are
+  unchanged — only the published host-side mapping moves.
+
 ## [0.9] — 2026-05-06
 ## [0.9] — 2026-05-06
 
 
 First public preview of the bundled stack. Everything specified in
 First public preview of the bundled stack. Everything specified in