From 129374ec63cb45e262a934add694b518e621f4e2 Mon Sep 17 00:00:00 2001 From: renator2 Date: Mon, 8 Jun 2026 10:55:40 -0300 Subject: [PATCH 1/3] #develop - branch de develop. --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 06658fc..205290f 100644 --- a/install.sh +++ b/install.sh @@ -4,7 +4,7 @@ # πŸš€ Instalador - AttendanceSystem # Uso: # bash <(curl -fsSL \ -# "https://git.seventh.com.br/seventh.p7/attendance-system.install/raw/branch/main/install.sh") +# "https://git.seventh.com.br/seventh.p7/attendance-system.install/raw/branch/develop/install.sh") # ============================================================== # ── Redireciona stdin para o terminal quando rodado via curl | bash ── @@ -28,7 +28,7 @@ NC='\033[0m' # ─── RepositΓ³rio Git ────────────────────────────────────────── INSTALL_DIR="attendancesystem" -BRANCH="${BRANCH:-main}" +BRANCH="${BRANCH:-develop}" ENV_FILE="" GIT_REPO="https://git.seventh.com.br/seventh.p7/attendance-system.install.git" From 9057cc0126a8afcd45064e0b3bc07b1e662aeb5d Mon Sep 17 00:00:00 2001 From: renator2 Date: Mon, 8 Jun 2026 10:57:23 -0300 Subject: [PATCH 2/3] #develop - branch de dev --- docker-compose.yml | 4 ++-- install.sh | 7 ------- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 8d4cc5d..ec0492e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -34,7 +34,7 @@ services: - app-network attendancesystem-api: - image: ${DOCKER_REPO}/backend-attendance-system-api:${IMAGEM_RELEASE_1_1} + image: ${DOCKER_REPO}/backend-attendance-system-api:${IMAGEM_UNSTABLE_LATEST} profiles: ["app"] ports: - "${BACKEND_ATTENDANCESYSTEM_API_INTERNAL_PORT}:${BACKEND_ATTENDANCESYSTEM_API_INTERNAL_PORT}" @@ -71,7 +71,7 @@ services: restart: "no" attendancesystem-app: - image: ${DOCKER_REPO}/attendancesystem-frontend:${IMAGEM_RELEASE_1_1} + image: ${DOCKER_REPO}/attendancesystem-frontend:${IMAGEM_UNSTABLE_LATEST} profiles: ["app"] volumes: - config-volume:/config-inject:ro diff --git a/install.sh b/install.sh index 205290f..1037c27 100644 --- a/install.sh +++ b/install.sh @@ -356,13 +356,6 @@ ASPNETCORE_ENVIRONMENT=Production DOCKER_REPO=seventhltda IMAGEM_LATEST=latest IMAGEM_UNSTABLE_LATEST=unstable-latest -IMAGEM_RELEASE_1_1=1.1 -IMAGEM_RELEASE_1_2=1.2 -IMAGEM_RELEASE_1_3=1.3 -IMAGEM_RELEASE_1_4=1.4 -IMAGEM_RELEASE_1_5=1.5 -IMAGEM_RELEASE_1_6=1.6 -IMAGEM_RELEASE_1_7=1.7 NGINX_DEFAULT_PORT=80 # ── MongoDB ─────────────────────────────────────────────── From cd916fb86122a721e6d29fe14e7e1ce7aec47182 Mon Sep 17 00:00:00 2001 From: renator2 Date: Wed, 17 Jun 2026 10:08:50 -0300 Subject: [PATCH 3/3] #develop - instalar a V2 --- docker-compose.yml | 2 +- install.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index ec0492e..bcb4afc 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -71,7 +71,7 @@ services: restart: "no" attendancesystem-app: - image: ${DOCKER_REPO}/attendancesystem-frontend:${IMAGEM_UNSTABLE_LATEST} + image: ${DOCKER_REPO}/attendancesystem-frontend:${IMAGEM_RELEASE} profiles: ["app"] volumes: - config-volume:/config-inject:ro diff --git a/install.sh b/install.sh index 1037c27..2b57ab8 100644 --- a/install.sh +++ b/install.sh @@ -356,6 +356,7 @@ ASPNETCORE_ENVIRONMENT=Production DOCKER_REPO=seventhltda IMAGEM_LATEST=latest IMAGEM_UNSTABLE_LATEST=unstable-latest +IMAGEM_RELEASE=2.0 NGINX_DEFAULT_PORT=80 # ── MongoDB ───────────────────────────────────────────────