16 lines
487 B
Plaintext
16 lines
487 B
Plaintext
---
|
|
# Production cutover overlay — Shahoo replaces Gereh on www.* (use after T5.2 QA sign-off).
|
|
# Copy to config/app.staging.yml (or app.production.yml) and set OPENDAX_ENV accordingly.
|
|
#
|
|
# images.frontend: custom/shahoo:1 ← main user-facing SPA
|
|
# Gereh service can be removed from compose after validation.
|
|
#
|
|
app:
|
|
domain: tibitex.com
|
|
subdomain: www
|
|
shahoo_subdomain: shahoo
|
|
images:
|
|
frontend: custom/shahoo:1
|
|
shahoo: custom/shahoo:1
|
|
shahoo_bff: custom/shahoo-bff:1
|