Trabalho prático de Teste de Software
Grupo: André Luiz Alves Costa
- O link projeto no GitHub: https://github.com/andrelac963/TP-TesteSoftware.git
- O link do último commit no GitHub: https://github.com/andrelac963/TP-TesteSoftware/commit/086a15ce421ca95eea3c470fd60c951d90df242c
- O link do último build com sucesso do GitHub Actions: https://github.com/andrelac963/TP-TesteSoftware/actions/runs/12383136147
- O link do Codecov do sistema: https://app.codecov.io/gh/andrelac963/TP-TesteSoftware
- O link projeto no GitHub: https://github.com/andrelac963/TP-TesteSoftware.git
- O link do último commit no GitHub: https://github.com/andrelac963/TP-TesteSoftware/commit/b25d9b5d8c28886b1de60f5b27bebff941ceb9b8
- O link do último build com sucesso do GitHub Actions: https://github.com/andrelac963/TP-TesteSoftware/actions/runs/12767130107
- O link do Codecov do sistema: https://app.codecov.io/gh/andrelac963/TP-TesteSoftware
- O link da apresentação no Youtube:
- Docker
- Docker Compose
git clone https://github.com/andrelac963/TP-TesteSoftware.git
cd TP-TesteSoftware-
Criar .env do docker-compose
-
Variáveis para o serviço db_base DB_CONTAINER_NAME= DB_VERSION= DB_PORT= DB_NAME= DB_USER= DB_PASSWORD=
-
Variáveis para o serviço api_base API_CONTAINER_NAME= API_IMAGE_NAME= API_PORT= NODE_VERSION=
-
Variáveis para o serviço client_base CLIENT_CONTAINER_NAME= CLIENT_IMAGE_NAME= CLIENT_PORT=
-
Variáveis para o serviço nginx_base NGINX_CONTAINER_NAME= NGINX_IMAGE_NAME= NGINX_VERSION=
-
Política de reinício RESTART_POLICY=
docker-compose up --build -d