From c2fd5bd144ee60440d7d63903f6fc86d3a3fe3d8 Mon Sep 17 00:00:00 2001 From: renator2 Date: Wed, 15 Apr 2026 10:30:27 -0300 Subject: [PATCH] =?UTF-8?q?#main=20-=20ajuste=20com=20as=20vers=C3=B5es=20?= =?UTF-8?q?das=20releases.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 4 ++-- install.sh | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 18d1f79..8d4cc5d 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_2} + image: ${DOCKER_REPO}/backend-attendance-system-api:${IMAGEM_RELEASE_1_1} 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_2} + image: ${DOCKER_REPO}/attendancesystem-frontend:${IMAGEM_RELEASE_1_1} profiles: ["app"] volumes: - config-volume:/config-inject:ro diff --git a/install.sh b/install.sh index 7025fa3..d9f85c3 100644 --- a/install.sh +++ b/install.sh @@ -356,7 +356,9 @@ 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 NGINX_DEFAULT_PORT=80 # ── MongoDB ───────────────────────────────────────────────