mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 20:41:09 +02:00
feat(photos): add Cloudflare Tunnel routes for photos app
- photos.mana.how → localhost:5019 (web frontend) - photos-api.mana.how → localhost:3039 (backend API) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
fc2ee7ab76
commit
3353ceb962
1 changed files with 6 additions and 0 deletions
|
|
@ -62,6 +62,12 @@ ingress:
|
|||
- hostname: nutriphi-api.mana.how
|
||||
service: http://localhost:3037
|
||||
|
||||
# Photos App
|
||||
- hostname: photos.mana.how
|
||||
service: http://localhost:5019
|
||||
- hostname: photos-api.mana.how
|
||||
service: http://localhost:3039
|
||||
|
||||
# LLM Services
|
||||
- hostname: playground.mana.how
|
||||
service: http://localhost:5090
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue