From e291415a25734ee65f31956e9fa417ef5788d4ed Mon Sep 17 00:00:00 2001 From: renator2 Date: Wed, 22 Apr 2026 15:44:57 -0300 Subject: [PATCH] =?UTF-8?q?#v1.2=20-=20vers=C3=A3o=20v1.2=20da=20tela?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 8d4cc5d..18d1f79 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_RELEASE_1_2} 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_RELEASE_1_2} profiles: ["app"] volumes: - config-volume:/config-inject:ro