From ff9b1816b766a8489e36a7b9c17b268d4915816e Mon Sep 17 00:00:00 2001 From: renator2 Date: Thu, 2 Jul 2026 15:36:00 -0300 Subject: [PATCH] =?UTF-8?q?#develop=20-=20corre=C3=A7=C3=A3o=20de=20padr?= =?UTF-8?q?=C3=A3o=20de=20portas.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 4 ++-- docker-compose.yml | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2afe786..6cf07db 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ app: --env-file $(ENV_FILE) \ --profile app \ -f $(COMPOSE_FILE) \ - up -d --pull never + up -d --pull never --force-recreate # =============================== # 🔥 Subir TUDO @@ -71,7 +71,7 @@ install: --profile infra \ --profile app \ -f $(COMPOSE_FILE) \ - up -d --pull never + up -d --pull never --force-recreate # =============================== # 🔄 Atualizar projeto diff --git a/docker-compose.yml b/docker-compose.yml index 89b40fc..5368897 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -76,6 +76,8 @@ services: - BACKEND_ATTENDANCE_API_URL=${EXTERNAL_HOST}:${BACKEND_ATTENDANCESYSTEM_API_EXTERNAL_PORT} - BACKEND_PEOPLE_API_URL=${EXTERNAL_HOST}:${BACKEND_PEOPLE_API_EXTERNAL_PORT} - BACKEND_ACCOUNT_API_URL=${EXTERNAL_HOST}:${BACKEND_ACCOUNT_API_EXTERNAL_PORT} + - BACKEND_REPORTS_API_URL=${EXTERNAL_HOST}:${BACKEND_REPORTS_API_EXTERNAL_PORT} + - FRONTEND_REPORTS_URL=${EXTERNAL_HOST}:${FRONTEND_REPORTS_APP_EXTERNAL_PORT} command: > sh -c "apk add --no-cache gettext && envsubst < /config.template.json > /output/config.json &&