6 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
e5803120f9 BETA-455 - remove path 2026-06-16 13:47:54 -03:00
930486e884 BETA-455 - partindo da release 1.4 2026-06-16 13:12:59 -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 7 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ services:
# ================= BACKEND ================= # ================= BACKEND =================
attendancesystem-api: attendancesystem-api:
image: ${DOCKER_REPO}/backend-attendance-system-api:${IMAGEM_RELEASE} image: ${DOCKER_REPO}/backend-attendance-system-api:${IMAGEM_UNSTABLE_LATEST}
profiles: ["app"] profiles: ["app"]
ports: ports:
- "${BACKEND_ATTENDANCESYSTEM_API_INTERNAL_PORT}:${BACKEND_ATTENDANCESYSTEM_API_INTERNAL_PORT}" - "${BACKEND_ATTENDANCESYSTEM_API_INTERNAL_PORT}:${BACKEND_ATTENDANCESYSTEM_API_INTERNAL_PORT}"
@@ -10,6 +10,9 @@ services:
- SYSBASE_URL=${SYSTEM_BASE_CONN} - SYSBASE_URL=${SYSTEM_BASE_CONN}
- SystemBaseConn=${SYSTEM_BASE_CONN} - SystemBaseConn=${SYSTEM_BASE_CONN}
- FrotendConn=${EXTERNAL_HOST}:${FRONTEND_ATTENDANCESYSTEM_APP_EXTERNAL_PORT} - FrotendConn=${EXTERNAL_HOST}:${FRONTEND_ATTENDANCESYSTEM_APP_EXTERNAL_PORT}
env_file:
- path: .env.observability
required: false
networks: networks:
- app-network - app-network

View File

@@ -4,7 +4,7 @@
# 🚀 Instalador - AttendanceSystem # 🚀 Instalador - AttendanceSystem
# Uso: # Uso:
# bash <(curl -fsSL \ # 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 ── # ── Redireciona stdin para o terminal quando rodado via curl | bash ──
@@ -28,7 +28,7 @@ NC='\033[0m'
# ─── Repositório Git ────────────────────────────────────────── # ─── Repositório Git ──────────────────────────────────────────
INSTALL_DIR="attendancesystem" INSTALL_DIR="attendancesystem"
BRANCH="${BRANCH:-release/V1.4}" BRANCH="${BRANCH:-develop}"
ENV_FILE="" ENV_FILE=""
GIT_REPO="https://git.seventh.com.br/seventh.p7/attendance-system.install.git" GIT_REPO="https://git.seventh.com.br/seventh.p7/attendance-system.install.git"
@@ -327,7 +327,7 @@ ASPNETCORE_ENVIRONMENT=Production
DOCKER_REPO=seventhltda DOCKER_REPO=seventhltda
IMAGEM_LATEST=latest IMAGEM_LATEST=latest
IMAGEM_UNSTABLE_LATEST=unstable-latest IMAGEM_UNSTABLE_LATEST=unstable-latest
IMAGEM_RELEASE=rc-1.4 IMAGEM_RELEASE=2.0
NGINX_DEFAULT_PORT=80 NGINX_DEFAULT_PORT=80
# ── Sistema Base ────────────────────────────────────────── # ── Sistema Base ──────────────────────────────────────────