diff --git a/docker-compose.yml b/docker-compose.yml index ec0492e..18d1f79 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -34,7 +34,7 @@ services: - app-network 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"] 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_UNSTABLE_LATEST} + image: ${DOCKER_REPO}/attendancesystem-frontend:${IMAGEM_RELEASE_1_2} profiles: ["app"] volumes: - config-volume:/config-inject:ro diff --git a/install.sh b/install.sh index b8312e0..7025fa3 100644 --- a/install.sh +++ b/install.sh @@ -356,6 +356,7 @@ ASPNETCORE_ENVIRONMENT=Production DOCKER_REPO=seventhltda IMAGEM_LATEST=latest IMAGEM_UNSTABLE_LATEST=unstable-latest +IMAGEM_RELEASE_1_2=1.2 NGINX_DEFAULT_PORT=80 # ── MongoDB ───────────────────────────────────────────────