mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-20 00:21:26 +02:00
uload (υ-6 Live): cloudflared-Routes + mana-auth-CORS + Backup-Cron
Wurde während des υ-6-Cutovers nur live auf mana-server gepatcht, nicht committed — letzter git pull hat die Edits überschrieben (live-Stack lief weiter weil cloudflared in-Memory + mana-auth post-restart-State noch korrekt war, aber bei nächstem Restart wäre alles weg). - cloudflared-config.yml: uload.mana.how 5000→3108, uload-api.mana.how 3070→3107, ulo.ad NEU auf 3107. - docker-compose.macmini.yml: 3 uload-Origins (uload.mana.how, uload-api.mana.how, ulo.ad) in mana-auth CORS_ORIGINS. - scripts/mac-mini/backup-databases.sh: uload-postgres → 'uload' + comicello-postgres → 'comicello' im db_user_for_container()-Case. Memory + Playbook tracken Cutover-Details (project_uload_live.md).
This commit is contained in:
parent
609f662538
commit
bbebb04904
2 changed files with 5 additions and 3 deletions
|
|
@ -116,7 +116,7 @@ ingress:
|
|||
- hostname: times.mana.how
|
||||
service: http://localhost:5000
|
||||
- hostname: uload.mana.how
|
||||
service: http://localhost:5000
|
||||
service: http://localhost:3108
|
||||
- hostname: context.mana.how
|
||||
service: http://localhost:5000
|
||||
- hostname: questions.mana.how
|
||||
|
|
@ -171,7 +171,9 @@ ingress:
|
|||
# Standalone microservices
|
||||
# ============================================
|
||||
- hostname: uload-api.mana.how
|
||||
service: http://localhost:3070
|
||||
service: http://localhost:3107
|
||||
- hostname: ulo.ad
|
||||
service: http://localhost:3107
|
||||
- hostname: media.mana.how
|
||||
service: http://localhost:3011
|
||||
- hostname: llm.mana.how
|
||||
|
|
|
|||
|
|
@ -248,7 +248,7 @@ services:
|
|||
# Enforced by services/mana-auth/src/auth/sso-config.spec.ts.
|
||||
# All productivity modules now live under mana.how (path-based) —
|
||||
# no per-module subdomain entries required here.
|
||||
CORS_ORIGINS: https://mana.how,https://auth.mana.how,https://whopxl.mana.how,https://cardecky.mana.how,https://cardecky-api.mana.how,https://memoro-app.mana.how,https://zitare.mana.how,https://zitare-api.mana.how,https://nutriphi.mana.how,https://nutriphi-api.mana.how,https://manawald.mana.how,https://werdrobe.com,https://api.werdrobe.com,https://pageta.mana.how,https://pageta-api.mana.how,https://pageta.com,https://api.pageta.com,https://herbatrium.mana.how,https://herbatrium-api.mana.how,https://moodlit.mana.how,https://moodlit-api.mana.how,https://comicello.com,https://api.comicello.com,https://comicello.mana.how,https://comicello-api.mana.how
|
||||
CORS_ORIGINS: https://mana.how,https://auth.mana.how,https://whopxl.mana.how,https://cardecky.mana.how,https://cardecky-api.mana.how,https://memoro-app.mana.how,https://zitare.mana.how,https://zitare-api.mana.how,https://nutriphi.mana.how,https://nutriphi-api.mana.how,https://manawald.mana.how,https://werdrobe.com,https://api.werdrobe.com,https://pageta.mana.how,https://pageta-api.mana.how,https://pageta.com,https://api.pageta.com,https://herbatrium.mana.how,https://herbatrium-api.mana.how,https://moodlit.mana.how,https://moodlit-api.mana.how,https://comicello.com,https://api.comicello.com,https://comicello.mana.how,https://comicello-api.mana.how,https://uload.mana.how,https://uload-api.mana.how,https://ulo.ad
|
||||
ports:
|
||||
- "3001:3001"
|
||||
healthcheck:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue