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:
Till-JS 2026-02-12 02:06:56 +01:00
parent fc2ee7ab76
commit 3353ceb962

View file

@ -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