1 Commits
v1.3 ... v1.2

Author SHA1 Message Date
e291415a25 #v1.2 - versão v1.2 da tela 2026-04-22 15:44:57 -03:00

View File

@@ -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