#v1.4 - definindo release.

This commit is contained in:
2026-06-16 08:44:56 -03:00
parent f8e94a5319
commit 4c43a8a2ee
2 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ services:
# ================= BACKEND ================= # ================= BACKEND =================
attendancesystem-api: attendancesystem-api:
image: ${DOCKER_REPO}/backend-attendance-system-api:${IMAGEM_RELEASE_1_3} image: ${DOCKER_REPO}/backend-attendance-system-api:${IMAGEM_RELEASE}
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}"
@@ -39,7 +39,7 @@ services:
restart: "no" restart: "no"
attendancesystem-app: attendancesystem-app:
image: ${DOCKER_REPO}/attendancesystem-frontend:${IMAGEM_RELEASE_1_3} image: ${DOCKER_REPO}/attendancesystem-frontend:${IMAGEM_RELEASE}
profiles: ["app"] profiles: ["app"]
volumes: volumes:
- config-volume:/config-inject:ro - config-volume:/config-inject:ro

View File

@@ -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_1_3=1.3 IMAGEM_RELEASE=rc-1.4
NGINX_DEFAULT_PORT=80 NGINX_DEFAULT_PORT=80
# ── Sistema Base ────────────────────────────────────────── # ── Sistema Base ──────────────────────────────────────────