🔧 chore(infra): add lightwrite subdomain configuration

- Add lightwrite.mana.how → localhost:5180
- Add lightwrite-api.mana.how → localhost:3010

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Till-JS 2026-02-16 11:19:54 +01:00
parent 376ba8279d
commit 6797195bdc
2 changed files with 23 additions and 0 deletions

View file

@ -37,6 +37,8 @@ ingress:
service: http://localhost:5013
- hostname: clock-api.mana.how
service: http://localhost:3033
- hostname: clock-bot.mana.how
service: http://localhost:4018
# Contacts App
- hostname: contacts.mana.how
@ -68,6 +70,12 @@ ingress:
- hostname: photos-api.mana.how
service: http://localhost:3039
# LightWrite App
- hostname: lightwrite.mana.how
service: http://localhost:5180
- hostname: lightwrite-api.mana.how
service: http://localhost:3010
# LLM Services
- hostname: playground.mana.how
service: http://localhost:5090

View file

@ -67,6 +67,10 @@ clock-api.mana.how {
reverse_proxy localhost:3017
}
clock-bot.mana.how {
reverse_proxy localhost:4018
}
# ============================================
# Contacts App
# ============================================
@ -89,6 +93,17 @@ skilltree-api.mana.how {
reverse_proxy localhost:3038
}
# ============================================
# LightWrite App
# ============================================
lightwrite.mana.how {
reverse_proxy localhost:5180
}
lightwrite-api.mana.how {
reverse_proxy localhost:3010
}
# ============================================
# LLM Playground
# ============================================