SDA-304 - add fix
This commit is contained in:
@@ -2,6 +2,7 @@ services:
|
||||
# ================= BACKEND =================
|
||||
|
||||
attendancesystem-api:
|
||||
container_name: attendancesystem-api${CONTAINER_NAME_SUFFIX}
|
||||
image: ${DOCKER_REPO}/backend-attendance-system-api:${IMAGEM_RELEASE_1_3}
|
||||
profiles: ["app"]
|
||||
ports:
|
||||
@@ -15,6 +16,7 @@ services:
|
||||
|
||||
# ================= FRONTEND =================
|
||||
config-generator:
|
||||
container_name: config-generator${CONTAINER_NAME_SUFFIX}
|
||||
image: alpine:${IMAGEM_LATEST}
|
||||
profiles: ["app"]
|
||||
environment:
|
||||
@@ -39,6 +41,7 @@ services:
|
||||
restart: "no"
|
||||
|
||||
attendancesystem-app:
|
||||
container_name: attendancesystem-app${CONTAINER_NAME_SUFFIX}
|
||||
image: ${DOCKER_REPO}/attendancesystem-frontend:${IMAGEM_RELEASE_1_3}
|
||||
profiles: ["app"]
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user