diff --git a/contributions/open-source/dania-sami/README.md b/contributions/open-source/dania-sami/README.md new file mode 100644 index 0000000000..c45e79641b --- /dev/null +++ b/contributions/open-source/dania-sami/README.md @@ -0,0 +1,22 @@ +# Assignment Proposal + +## Title +Adding an Example for Running Multiple Services with Docker Compose + +## Name and KTH ID +- Dania Sami (dsami@.kth.se) + +## Deadline +- Task 3 + +## Category +- Open Source + +## Description +I plan to contribute to the Docker open-source project by improving its documentation. Specifically, I will add a new example that demonstrates how to run multiple services (such as a frontend and backend) using a single `docker-compose.yml` file. + +This addition will make it easier for new developers to understand multi-service setups, a key concept in modern DevOps workflows. It involves editing the `content/compose/gettingstarted.md` file in the Docker Docs repository and submitting a pull request to merge the update. + +## Relevance +This contribution is relevant to DevOps because Docker Compose is widely used for managing multi-container applications in CI/CD pipelines and local development environments. The example improves documentation clarity, reproducibility, and developer experience, supporting better automation practices in DevOps. +