4 Commits

Author SHA1 Message Date
b4314ba6a9 Merge branch 'develop' into feature/BETA-455 2026-06-24 13:41:00 -03:00
cd916fb861 #develop - instalar a V2 2026-06-17 10:08:50 -03:00
9057cc0126 #develop - branch de dev 2026-06-08 10:57:23 -03:00
129374ec63 #develop - branch de develop. 2026-06-08 10:55:40 -03:00
2 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ services:
# ================= BACKEND =================
attendancesystem-api:
image: ${DOCKER_REPO}/backend-attendance-system-api:${IMAGEM_RELEASE}
image: ${DOCKER_REPO}/backend-attendance-system-api:${IMAGEM_UNSTABLE_LATEST}
profiles: ["app"]
ports:
- "${BACKEND_ATTENDANCESYSTEM_API_INTERNAL_PORT}:${BACKEND_ATTENDANCESYSTEM_API_INTERNAL_PORT}"

View File

@@ -4,7 +4,7 @@
# 🚀 Instalador - AttendanceSystem
# Uso:
# bash <(curl -fsSL \
# "https://git.seventh.com.br/seventh.p7/attendance-system.install/raw/branch/release%2FV1.4/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:-release/V1.4}"
BRANCH="${BRANCH:-develop}"
ENV_FILE=""
GIT_REPO="https://git.seventh.com.br/seventh.p7/attendance-system.install.git"
@@ -327,7 +327,7 @@ ASPNETCORE_ENVIRONMENT=Production
DOCKER_REPO=seventhltda
IMAGEM_LATEST=latest
IMAGEM_UNSTABLE_LATEST=unstable-latest
IMAGEM_RELEASE=rc-1.4
IMAGEM_RELEASE=2.0
NGINX_DEFAULT_PORT=80
# ── Sistema Base ──────────────────────────────────────────