docs: Sprint 21 release notes, version v0.23, Docker localhost binding

- CHANGELOG: add v0.23 Sprint 21 entry (mobile + Docker)
- SPRINTS: Sprint 21 marked COMPLETED, footer updated
- index.html: version label v0.22 -> v0.23
- docker-compose.yml: bind to 127.0.0.1 by default (SEC-1 fix)
- README: add security note about Docker port binding

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Nathan Esquenazi
2026-04-03 10:28:47 -07:00
parent 574cd2cf70
commit a92c251ef8
5 changed files with 69 additions and 13 deletions

View File

@@ -4,7 +4,7 @@ services:
hermes-webui:
build: .
ports:
- "8787:8787"
- "127.0.0.1:8787:8787"
volumes:
# Persist session data, settings, and projects across restarts
- hermes-data:/data