mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 18:01:09 +02:00
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:
parent
48bd09188c
commit
fc1cde9d22
1 changed files with 10 additions and 0 deletions
|
|
@ -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)
|
||||
# ============================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue