feat(manadeck): add Docker deployment for backend and web

Create web Dockerfile and add both manadeck-backend (port 3009) and
manadeck-web (port 5023) to docker-compose.macmini.yml. Add Cloudflare
tunnel routes for manadeck.mana.how and manadeck-api.mana.how.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Till JS 2026-03-25 15:13:45 +01:00
parent b9a9052ae5
commit 6c1b472e59
3 changed files with 160 additions and 2 deletions

View file

@ -64,6 +64,12 @@ ingress:
- hostname: planta-api.mana.how
service: http://localhost:3022
# ManaDeck App
- hostname: manadeck.mana.how
service: http://localhost:5023
- hostname: manadeck-api.mana.how
service: http://localhost:3009
# Storage App
- hostname: storage.mana.how
service: http://localhost:5015
@ -145,8 +151,6 @@ ingress:
service: http://localhost:4400
- hostname: clocks.mana.how
service: http://localhost:4400
- hostname: manadeck.mana.how
service: http://localhost:4400
- hostname: nutriphi.mana.how
service: http://localhost:4400
- hostname: citycorners.mana.how