Merge branch 'develop' into feature/BETA-455

This commit is contained in:
2026-06-24 13:41:00 -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}"