Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions contributions/open-source/dania-sami/README.md
Original file line number Diff line number Diff line change
@@ -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.

Loading