Prod: public origin gupi.glitch.university, internal services over HTTP

CORS_ORIGIN defaults to https://gupi.${DOMAIN} (the TLS frontend served by the
proxy); the app still reaches Postgres/MinIO by their docker hostnames over
plain HTTP on the shared network. Clarify the split in .env.prod.example and
fix the deploy success URL.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-08-22 23:09:43 +02:00
co-authored by Claude Opus 4.8
parent 37c9fa1ebe
commit 072e82f253
4 changed files with 19 additions and 7 deletions
+3
View File
@@ -1,6 +1,9 @@
node_modules/
dist/
.env
.env.prod
.env.local
.env.*.local
.DS_Store
*.tsbuildinfo
playwright-report/