From 4c43a8a2ee69b3b410e4de1f29783e6606d96380 Mon Sep 17 00:00:00 2001 From: renator2 Date: Tue, 16 Jun 2026 08:44:56 -0300 Subject: [PATCH] #v1.4 - definindo release. --- docker-compose.yml | 4 ++-- install.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index b3290be..ab4fede 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ services: # ================= BACKEND ================= attendancesystem-api: - image: ${DOCKER_REPO}/backend-attendance-system-api:${IMAGEM_RELEASE_1_3} + image: ${DOCKER_REPO}/backend-attendance-system-api:${IMAGEM_RELEASE} profiles: ["app"] ports: - "${BACKEND_ATTENDANCESYSTEM_API_INTERNAL_PORT}:${BACKEND_ATTENDANCESYSTEM_API_INTERNAL_PORT}" @@ -39,7 +39,7 @@ services: restart: "no" attendancesystem-app: - image: ${DOCKER_REPO}/attendancesystem-frontend:${IMAGEM_RELEASE_1_3} + image: ${DOCKER_REPO}/attendancesystem-frontend:${IMAGEM_RELEASE} profiles: ["app"] volumes: - config-volume:/config-inject:ro diff --git a/install.sh b/install.sh index 985f2d4..55a1290 100644 --- a/install.sh +++ b/install.sh @@ -327,7 +327,7 @@ ASPNETCORE_ENVIRONMENT=Production DOCKER_REPO=seventhltda IMAGEM_LATEST=latest IMAGEM_UNSTABLE_LATEST=unstable-latest -IMAGEM_RELEASE_1_3=1.3 +IMAGEM_RELEASE=rc-1.4 NGINX_DEFAULT_PORT=80 # ── Sistema Base ──────────────────────────────────────────