tunnel: route admin.mana.how + npm.mana.how to the mana-platform stack

Two new public hostnames pointing at containers that live in the
separate mana-platform repo (Code/mana, ~/projects/mana-platform on
the Mac Mini):

- admin.mana.how → :3071 (mana-admin, Verein backoffice)
- npm.mana.how   → :4873 (Verdaccio, private @mana/* npm registry)

Both deployed alongside the legacy stack via
infrastructure/docker-compose.macmini.yml in the mana-platform repo.
No change to existing routes.
This commit is contained in:
till 2026-05-05 15:46:20 +02:00
parent 48bd09188c
commit fc1cde9d22

View file

@ -151,6 +151,16 @@ ingress:
- hostname: feedback.mana.how
service: http://localhost:3064
# ============================================
# mana e.V. platform (Code/mana, separate repo)
# Lives under ~/projects/mana-platform/ on the Mac Mini, deployed via
# infrastructure/docker-compose.macmini.yml. Coexists with this stack.
# ============================================
- hostname: admin.mana.how
service: http://localhost:3071
- hostname: npm.mana.how
service: http://localhost:4873
# ============================================
# Standalone web apps (separate containers)
# ============================================