Compare commits
6 Commits
feature/BE
...
feature/BE
| Author | SHA1 | Date | |
|---|---|---|---|
| b4314ba6a9 | |||
| cd916fb861 | |||
| e5803120f9 | |||
| 930486e884 | |||
| 9057cc0126 | |||
| 129374ec63 |
@@ -2,7 +2,7 @@ services:
|
|||||||
# ================= BACKEND =================
|
# ================= BACKEND =================
|
||||||
|
|
||||||
attendancesystem-api:
|
attendancesystem-api:
|
||||||
image: ${DOCKER_REPO}/backend-attendance-system-api:${IMAGEM_RELEASE}
|
image: ${DOCKER_REPO}/backend-attendance-system-api:${IMAGEM_UNSTABLE_LATEST}
|
||||||
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}"
|
||||||
@@ -10,6 +10,9 @@ services:
|
|||||||
- SYSBASE_URL=${SYSTEM_BASE_CONN}
|
- SYSBASE_URL=${SYSTEM_BASE_CONN}
|
||||||
- SystemBaseConn=${SYSTEM_BASE_CONN}
|
- SystemBaseConn=${SYSTEM_BASE_CONN}
|
||||||
- FrotendConn=${EXTERNAL_HOST}:${FRONTEND_ATTENDANCESYSTEM_APP_EXTERNAL_PORT}
|
- FrotendConn=${EXTERNAL_HOST}:${FRONTEND_ATTENDANCESYSTEM_APP_EXTERNAL_PORT}
|
||||||
|
env_file:
|
||||||
|
- path: .env.observability
|
||||||
|
required: false
|
||||||
networks:
|
networks:
|
||||||
- app-network
|
- app-network
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
# 🚀 Instalador - AttendanceSystem
|
# 🚀 Instalador - AttendanceSystem
|
||||||
# Uso:
|
# Uso:
|
||||||
# bash <(curl -fsSL \
|
# bash <(curl -fsSL \
|
||||||
# "https://git.seventh.com.br/seventh.p7/attendance-system.install/raw/branch/release%2FV1.4/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 ──
|
# ── Redireciona stdin para o terminal quando rodado via curl | bash ──
|
||||||
@@ -28,7 +28,7 @@ NC='\033[0m'
|
|||||||
|
|
||||||
# ─── Repositório Git ──────────────────────────────────────────
|
# ─── Repositório Git ──────────────────────────────────────────
|
||||||
INSTALL_DIR="attendancesystem"
|
INSTALL_DIR="attendancesystem"
|
||||||
BRANCH="${BRANCH:-release/V1.4}"
|
BRANCH="${BRANCH:-develop}"
|
||||||
ENV_FILE=""
|
ENV_FILE=""
|
||||||
GIT_REPO="https://git.seventh.com.br/seventh.p7/attendance-system.install.git"
|
GIT_REPO="https://git.seventh.com.br/seventh.p7/attendance-system.install.git"
|
||||||
|
|
||||||
@@ -327,7 +327,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=rc-1.4
|
IMAGEM_RELEASE=2.0
|
||||||
NGINX_DEFAULT_PORT=80
|
NGINX_DEFAULT_PORT=80
|
||||||
|
|
||||||
# ── Sistema Base ──────────────────────────────────────────
|
# ── Sistema Base ──────────────────────────────────────────
|
||||||
|
|||||||
Reference in New Issue
Block a user