Compare commits
2 Commits
feature/SD
...
9057cc0126
| Author | SHA1 | Date | |
|---|---|---|---|
| 9057cc0126 | |||
| 129374ec63 |
@@ -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_UNSTABLE_LATEST}
|
||||
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_UNSTABLE_LATEST}
|
||||
profiles: ["app"]
|
||||
volumes:
|
||||
- config-volume:/config-inject:ro
|
||||
|
||||
11
install.sh
11
install.sh
@@ -4,7 +4,7 @@
|
||||
# 🚀 Instalador - AttendanceSystem
|
||||
# Uso:
|
||||
# bash <(curl -fsSL \
|
||||
# "https://git.seventh.com.br/seventh.p7/attendance-system.install/raw/branch/main/install.sh")
|
||||
# "https://git.seventh.com.br/seventh.p7/attendance-system.install/raw/branch/develop/install.sh")
|
||||
# ==============================================================
|
||||
|
||||
# ── Redireciona stdin para o terminal quando rodado via curl | bash ──
|
||||
@@ -28,7 +28,7 @@ NC='\033[0m'
|
||||
|
||||
# ─── Repositório Git ──────────────────────────────────────────
|
||||
INSTALL_DIR="attendancesystem"
|
||||
BRANCH="${BRANCH:-main}"
|
||||
BRANCH="${BRANCH:-develop}"
|
||||
ENV_FILE=""
|
||||
GIT_REPO="https://git.seventh.com.br/seventh.p7/attendance-system.install.git"
|
||||
|
||||
@@ -356,13 +356,6 @@ ASPNETCORE_ENVIRONMENT=Production
|
||||
DOCKER_REPO=seventhltda
|
||||
IMAGEM_LATEST=latest
|
||||
IMAGEM_UNSTABLE_LATEST=unstable-latest
|
||||
IMAGEM_RELEASE_1_1=1.1
|
||||
IMAGEM_RELEASE_1_2=1.2
|
||||
IMAGEM_RELEASE_1_3=1.3
|
||||
IMAGEM_RELEASE_1_4=1.4
|
||||
IMAGEM_RELEASE_1_5=1.5
|
||||
IMAGEM_RELEASE_1_6=1.6
|
||||
IMAGEM_RELEASE_1_7=1.7
|
||||
NGINX_DEFAULT_PORT=80
|
||||
|
||||
# ── MongoDB ───────────────────────────────────────────────
|
||||
|
||||
Reference in New Issue
Block a user