[PR #1] [MERGED] Compose samples #737

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

📋 Pull Request Information

Original PR: https://github.com/docker/awesome-compose/pull/1
Author: @aiordache
Created: 2/13/2020
Status: Merged
Merged: 2/13/2020
Merged by: @aiordache

Base: masterHead: nginx_goserver_sample


📝 Commits (1)

📊 Changes

14 files changed (+184 additions, -0 deletions)

View changed files

samples/nginx-flask-mongo/docker-compose.yaml (+23 -0)
samples/nginx-flask-mongo/flask/Dockerfile (+7 -0)
samples/nginx-flask-mongo/flask/requirements.txt (+2 -0)
samples/nginx-flask-mongo/flask/server.py (+22 -0)
samples/nginx-flask-mongo/nginx/nginx.conf (+6 -0)
samples/nginx-gohttp_1/Dockerfile (+11 -0)
samples/nginx-gohttp_1/docker-compose.yml (+14 -0)
samples/nginx-gohttp_1/main.go (+30 -0)
samples/nginx-gohttp_1/nginx.conf (+6 -0)
samples/nginx-gohttp_2/backend/Dockerfile (+11 -0)
samples/nginx-gohttp_2/backend/main.go (+30 -0)
samples/nginx-gohttp_2/docker-compose.yml (+12 -0)
samples/nginx-gohttp_2/frontend/Dockerfile (+4 -0)
samples/nginx-gohttp_2/frontend/nginx.conf (+6 -0)

📄 Description

A few working samples of Compose apps.

Signed-off-by: Anca Iordache anca.iordache@docker.com


🔄 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/1 **Author:** [@aiordache](https://github.com/aiordache) **Created:** 2/13/2020 **Status:** ✅ Merged **Merged:** 2/13/2020 **Merged by:** [@aiordache](https://github.com/aiordache) **Base:** `master` ← **Head:** `nginx_goserver_sample` --- ### 📝 Commits (1) - [`4a61992`](https://github.com/docker/awesome-compose/commit/4a619921b9f5a73f56c5ae4dca4bbb945948051e) Compose app skeletons ### 📊 Changes **14 files changed** (+184 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `samples/nginx-flask-mongo/docker-compose.yaml` (+23 -0) ➕ `samples/nginx-flask-mongo/flask/Dockerfile` (+7 -0) ➕ `samples/nginx-flask-mongo/flask/requirements.txt` (+2 -0) ➕ `samples/nginx-flask-mongo/flask/server.py` (+22 -0) ➕ `samples/nginx-flask-mongo/nginx/nginx.conf` (+6 -0) ➕ `samples/nginx-gohttp_1/Dockerfile` (+11 -0) ➕ `samples/nginx-gohttp_1/docker-compose.yml` (+14 -0) ➕ `samples/nginx-gohttp_1/main.go` (+30 -0) ➕ `samples/nginx-gohttp_1/nginx.conf` (+6 -0) ➕ `samples/nginx-gohttp_2/backend/Dockerfile` (+11 -0) ➕ `samples/nginx-gohttp_2/backend/main.go` (+30 -0) ➕ `samples/nginx-gohttp_2/docker-compose.yml` (+12 -0) ➕ `samples/nginx-gohttp_2/frontend/Dockerfile` (+4 -0) ➕ `samples/nginx-gohttp_2/frontend/nginx.conf` (+6 -0) </details> ### 📄 Description A few working samples of Compose apps. Signed-off-by: Anca Iordache <anca.iordache@docker.com> --- <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:22:56 -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#737