fix(miroflow): add MIROFLOW_HOST/PORT env vars no serviço app
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
9f6875367c
commit
c293ec2a61
|
|
@ -67,6 +67,9 @@ services:
|
||||||
PLUS_PORT: "8080"
|
PLUS_PORT: "8080"
|
||||||
PLUS_AUTO_START: "false" # container separado em prod
|
PLUS_AUTO_START: "false" # container separado em prod
|
||||||
SSO_PLUS_BASE_URL: http://plus:8080
|
SSO_PLUS_BASE_URL: http://plus:8080
|
||||||
|
# ── MiroFlow ──────────────────────────────────────────────────────────
|
||||||
|
MIROFLOW_HOST: miroflow
|
||||||
|
MIROFLOW_PORT: "8006"
|
||||||
# ── Apache Superset ───────────────────────────────────────────────────
|
# ── Apache Superset ───────────────────────────────────────────────────
|
||||||
SUPERSET_HOST: superset
|
SUPERSET_HOST: superset
|
||||||
SUPERSET_ADMIN_USER: ${SUPERSET_ADMIN_USER:-admin}
|
SUPERSET_ADMIN_USER: ${SUPERSET_ADMIN_USER:-admin}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue