Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f371768681 |
@@ -34,7 +34,7 @@ services:
|
|||||||
- app-network
|
- app-network
|
||||||
|
|
||||||
attendancesystem-api:
|
attendancesystem-api:
|
||||||
image: ${DOCKER_REPO}/backend-attendance-system-api:${IMAGEM_RELEASE_1_2}
|
image: ${DOCKER_REPO}/backend-attendance-system-api:${IMAGEM_RELEASE_1_3}
|
||||||
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}"
|
||||||
@@ -71,7 +71,7 @@ services:
|
|||||||
restart: "no"
|
restart: "no"
|
||||||
|
|
||||||
attendancesystem-app:
|
attendancesystem-app:
|
||||||
image: ${DOCKER_REPO}/attendancesystem-frontend:${IMAGEM_RELEASE_1_2}
|
image: ${DOCKER_REPO}/attendancesystem-frontend:${IMAGEM_RELEASE_1_3}
|
||||||
profiles: ["app"]
|
profiles: ["app"]
|
||||||
volumes:
|
volumes:
|
||||||
- config-volume:/config-inject:ro
|
- config-volume:/config-inject:ro
|
||||||
|
|||||||
Reference in New Issue
Block a user