mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-23 19:26:42 +02:00
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:
parent
b9a9052ae5
commit
6c1b472e59
3 changed files with 160 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue