#main - ajuste com as versões das releases.
This commit is contained in:
@@ -34,7 +34,7 @@ services:
|
||||
- app-network
|
||||
|
||||
attendancesystem-api:
|
||||
image: ${DOCKER_REPO}/backend-attendance-system-api:${IMAGEM_RELEASE_1_2}
|
||||
image: ${DOCKER_REPO}/backend-attendance-system-api:${IMAGEM_RELEASE_1_1}
|
||||
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_2}
|
||||
image: ${DOCKER_REPO}/attendancesystem-frontend:${IMAGEM_RELEASE_1_1}
|
||||
profiles: ["app"]
|
||||
volumes:
|
||||
- config-volume:/config-inject:ro
|
||||
|
||||
@@ -356,7 +356,9 @@ 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
|
||||
NGINX_DEFAULT_PORT=80
|
||||
|
||||
# ── MongoDB ───────────────────────────────────────────────
|
||||
|
||||
Reference in New Issue
Block a user