[PR #305] [MERGED] Add compose samples from docs #973

Closed
opened 2026-03-07 21:27:47 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/docker/awesome-compose/pull/305
Author: @StefanScherer
Created: 10/27/2022
Status: Merged
Merged: 10/28/2022
Merged by: @glours

Base: masterHead: add-docs-samples


📝 Commits (1)

  • 07d2cf6 Add compose samples from docs

📊 Changes

9 files changed (+738 additions, -0 deletions)

View changed files

📝 README.md (+5 -0)
official-documentation-samples/README.md (+28 -0)
official-documentation-samples/django/README.md (+286 -0)
official-documentation-samples/django/images/django-it-worked.png (+0 -0)
official-documentation-samples/rails/README.md (+272 -0)
official-documentation-samples/rails/images/rails-welcome.png (+0 -0)
official-documentation-samples/wordpress/README.md (+147 -0)
official-documentation-samples/wordpress/images/wordpress-lang.png (+0 -0)
official-documentation-samples/wordpress/images/wordpress-welcome.png (+0 -0)

📄 Description

This PR moves three quickstart samples from docs to this repo. These samples describe which files to create and don't have them already created like all the other awesome-compose sample folders. But they are still a good starting point.

JIRA: https://docker.atlassian.net/browse/EN-293

Corresponding docs PR: https://github.com/docker/docs/pull/16001


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/docker/awesome-compose/pull/305 **Author:** [@StefanScherer](https://github.com/StefanScherer) **Created:** 10/27/2022 **Status:** ✅ Merged **Merged:** 10/28/2022 **Merged by:** [@glours](https://github.com/glours) **Base:** `master` ← **Head:** `add-docs-samples` --- ### 📝 Commits (1) - [`07d2cf6`](https://github.com/docker/awesome-compose/commit/07d2cf6c5d54177b31cfb5f6309d72b5534bbb52) Add compose samples from docs ### 📊 Changes **9 files changed** (+738 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+5 -0) ➕ `official-documentation-samples/README.md` (+28 -0) ➕ `official-documentation-samples/django/README.md` (+286 -0) ➕ `official-documentation-samples/django/images/django-it-worked.png` (+0 -0) ➕ `official-documentation-samples/rails/README.md` (+272 -0) ➕ `official-documentation-samples/rails/images/rails-welcome.png` (+0 -0) ➕ `official-documentation-samples/wordpress/README.md` (+147 -0) ➕ `official-documentation-samples/wordpress/images/wordpress-lang.png` (+0 -0) ➕ `official-documentation-samples/wordpress/images/wordpress-welcome.png` (+0 -0) </details> ### 📄 Description This PR moves three quickstart samples from docs to this repo. These samples describe which files to create and don't have them already created like all the other awesome-compose sample folders. But they are still a good starting point. JIRA: https://docker.atlassian.net/browse/EN-293 Corresponding docs PR: https://github.com/docker/docs/pull/16001 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-07 21:27:47 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-compose#973