#main - instalação do pacote release/1.2

This commit is contained in:
2026-04-13 17:33:38 -03:00
parent 009d065821
commit 09ea0cd910
2 changed files with 3 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ services:
- app-network - app-network
attendancesystem-api: attendancesystem-api:
image: ${DOCKER_REPO}/backend-attendance-system-api:${IMAGEM_UNSTABLE_LATEST} image: ${DOCKER_REPO}/backend-attendance-system-api:${IMAGEM_RELEASE_1_2}
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}"
@@ -71,7 +71,7 @@ services:
restart: "no" restart: "no"
attendancesystem-app: attendancesystem-app:
image: ${DOCKER_REPO}/attendancesystem-frontend:${IMAGEM_UNSTABLE_LATEST} image: ${DOCKER_REPO}/attendancesystem-frontend:${IMAGEM_RELEASE_1_2}
profiles: ["app"] profiles: ["app"]
volumes: volumes:
- config-volume:/config-inject:ro - config-volume:/config-inject:ro

View File

@@ -356,6 +356,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_2=1.2
NGINX_DEFAULT_PORT=80 NGINX_DEFAULT_PORT=80
# ── MongoDB ─────────────────────────────────────────────── # ── MongoDB ───────────────────────────────────────────────