[PR #59] [MERGED] react-node-mongodb #183

Closed
opened 2025-11-06 14:20:42 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/docker/awesome-compose/pull/59
Author: @syed-afzal
Created: 4/23/2020
Status: Merged
Merged: 5/11/2020
Merged by: @glours

Base: masterHead: master


📝 Commits (1)

  • a1153ce Sample React-Express-MongoDB

📊 Changes

43 files changed (+18779 additions, -0 deletions)

View changed files

react-express-mongodb/.dockerignore (+1 -0)
react-express-mongodb/.gitignore (+4 -0)
react-express-mongodb/README.md (+134 -0)
react-express-mongodb/docker-compose.yml (+37 -0)
react-express-mongodb/frontend/.dockerignore (+3 -0)
react-express-mongodb/frontend/.gitignore (+23 -0)
react-express-mongodb/frontend/Dockerfile (+30 -0)
react-express-mongodb/frontend/README.md (+27 -0)
react-express-mongodb/frontend/package-lock.json (+16121 -0)
react-express-mongodb/frontend/package.json (+40 -0)
react-express-mongodb/frontend/public/favicon.ico (+0 -0)
react-express-mongodb/frontend/public/index.html (+43 -0)
react-express-mongodb/frontend/public/logo192.png (+0 -0)
react-express-mongodb/frontend/public/logo512.png (+0 -0)
react-express-mongodb/frontend/public/manifest.json (+25 -0)
react-express-mongodb/frontend/public/robots.txt (+3 -0)
react-express-mongodb/frontend/src/App.js (+56 -0)
react-express-mongodb/frontend/src/App.scss (+24 -0)
react-express-mongodb/frontend/src/App.test.js (+9 -0)
react-express-mongodb/frontend/src/components/AddTodo.js (+22 -0)

...and 23 more files

📄 Description

I have created the one more sample of Docker Compose applications with multiple integrated services,
Services which I used is "react-node-mongodb". It will be an honor for me to contribute in docker community.
Let me know if you want some changes ?


🔄 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/59 **Author:** [@syed-afzal](https://github.com/syed-afzal) **Created:** 4/23/2020 **Status:** ✅ Merged **Merged:** 5/11/2020 **Merged by:** [@glours](https://github.com/glours) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`a1153ce`](https://github.com/docker/awesome-compose/commit/a1153cea423de01e2bbe6e25f440984d091e792d) Sample React-Express-MongoDB ### 📊 Changes **43 files changed** (+18779 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `react-express-mongodb/.dockerignore` (+1 -0) ➕ `react-express-mongodb/.gitignore` (+4 -0) ➕ `react-express-mongodb/README.md` (+134 -0) ➕ `react-express-mongodb/docker-compose.yml` (+37 -0) ➕ `react-express-mongodb/frontend/.dockerignore` (+3 -0) ➕ `react-express-mongodb/frontend/.gitignore` (+23 -0) ➕ `react-express-mongodb/frontend/Dockerfile` (+30 -0) ➕ `react-express-mongodb/frontend/README.md` (+27 -0) ➕ `react-express-mongodb/frontend/package-lock.json` (+16121 -0) ➕ `react-express-mongodb/frontend/package.json` (+40 -0) ➕ `react-express-mongodb/frontend/public/favicon.ico` (+0 -0) ➕ `react-express-mongodb/frontend/public/index.html` (+43 -0) ➕ `react-express-mongodb/frontend/public/logo192.png` (+0 -0) ➕ `react-express-mongodb/frontend/public/logo512.png` (+0 -0) ➕ `react-express-mongodb/frontend/public/manifest.json` (+25 -0) ➕ `react-express-mongodb/frontend/public/robots.txt` (+3 -0) ➕ `react-express-mongodb/frontend/src/App.js` (+56 -0) ➕ `react-express-mongodb/frontend/src/App.scss` (+24 -0) ➕ `react-express-mongodb/frontend/src/App.test.js` (+9 -0) ➕ `react-express-mongodb/frontend/src/components/AddTodo.js` (+22 -0) _...and 23 more files_ </details> ### 📄 Description I have created the one more sample of Docker Compose applications with multiple integrated services, Services which I used is "react-node-mongodb". It will be an honor for me to contribute in docker community. Let me know if you want some changes ? --- <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 2025-11-06 14:20:42 -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#183