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:
Jonas Pacheco 2026-03-31 09:28:19 -03:00
parent 9f6875367c
commit c293ec2a61
1 changed files with 3 additions and 0 deletions

View File

@ -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}