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