#v1.4 - definindo release.
This commit is contained in:
@@ -2,7 +2,7 @@ services:
|
||||
# ================= BACKEND =================
|
||||
|
||||
attendancesystem-api:
|
||||
image: ${DOCKER_REPO}/backend-attendance-system-api:${IMAGEM_RELEASE_1_3}
|
||||
image: ${DOCKER_REPO}/backend-attendance-system-api:${IMAGEM_RELEASE}
|
||||
profiles: ["app"]
|
||||
ports:
|
||||
- "${BACKEND_ATTENDANCESYSTEM_API_INTERNAL_PORT}:${BACKEND_ATTENDANCESYSTEM_API_INTERNAL_PORT}"
|
||||
@@ -39,7 +39,7 @@ services:
|
||||
restart: "no"
|
||||
|
||||
attendancesystem-app:
|
||||
image: ${DOCKER_REPO}/attendancesystem-frontend:${IMAGEM_RELEASE_1_3}
|
||||
image: ${DOCKER_REPO}/attendancesystem-frontend:${IMAGEM_RELEASE}
|
||||
profiles: ["app"]
|
||||
volumes:
|
||||
- config-volume:/config-inject:ro
|
||||
|
||||
Reference in New Issue
Block a user