1 Commits
v1.1 ... v1.3

Author SHA1 Message Date
f371768681 #v1.3 - versão 1.3 da tela 2026-04-22 15:45:46 -03:00

View File

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