diff --git a/.github/assets/software/day04/software-micro-services.png b/.github/assets/software/day04/software-micro-services.png new file mode 100644 index 0000000..ac0788d Binary files /dev/null and b/.github/assets/software/day04/software-micro-services.png differ diff --git a/.github/assets/software/day04/software_devops_workflow.jpeg b/.github/assets/software/day04/software_devops_workflow.jpeg new file mode 100644 index 0000000..453708b Binary files /dev/null and b/.github/assets/software/day04/software_devops_workflow.jpeg differ diff --git a/Software/day04/1 - Docker/README.md b/Software/day04/1 - Docker/README.md index c66bbde..08f7502 100644 --- a/Software/day04/1 - Docker/README.md +++ b/Software/day04/1 - Docker/README.md @@ -32,7 +32,7 @@ build to release and monitoring. Here's a simple schema of the devops workflow: -![devops workflow](../../.github/assets/software_devops_workflow.jpeg) +![devops workflow](../../../.github/assets/software/day04/software_devops_workflow.jpeg) This subject is focused on docker and containers building & management. It's one the most important part of DevOps. @@ -98,7 +98,7 @@ This [application](./resources) is composed of: Here's a simple schema of the application architecture: -![front-back-db](../../.github/assets/software-micro-services.png) +![front-back-db](../../../.github/assets/software/day04/software-micro-services.png) ### Lay the foundations