[PR #121] [MERGED] add react-nginx #226

Closed
opened 2025-11-06 14:21:39 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/docker/awesome-compose/pull/121
Author: @phamthainb
Created: 3/29/2021
Status: Merged
Merged: 10/10/2021
Merged by: @glours

Base: masterHead: react-nginx


📝 Commits (7)

  • 61b0edf add react-nginx
  • 64c18cc Update react-nginx/docker-compose.yml
  • d13268a update fir review and try fix audit
  • 07aef36 add the sample to the list on README
  • 9c19075 update port to default & readme
  • 372a911 edit README.md follow template
  • 3367364 remove the version

📊 Changes

24 files changed (+36390 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)
react-nginx/.dockerignore (+7 -0)
react-nginx/.gitignore (+2 -0)
react-nginx/.nginx/nginx.conf (+17 -0)
react-nginx/Dockerfile (+41 -0)
react-nginx/README.md (+88 -0)
react-nginx/docker-compose.yml (+8 -0)
react-nginx/output.png (+0 -0)
react-nginx/package-lock.json (+35997 -0)
react-nginx/package.json (+38 -0)
react-nginx/public/favicon.ico (+0 -0)
react-nginx/public/index.html (+43 -0)
react-nginx/public/logo192.png (+0 -0)
react-nginx/public/logo512.png (+0 -0)
react-nginx/public/manifest.json (+25 -0)
react-nginx/public/robots.txt (+3 -0)
react-nginx/src/App.css (+38 -0)
react-nginx/src/App.js (+25 -0)
react-nginx/src/App.test.js (+8 -0)
react-nginx/src/index.css (+13 -0)

...and 4 more files

📄 Description

Add project React with Nginx


🔄 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/121 **Author:** [@phamthainb](https://github.com/phamthainb) **Created:** 3/29/2021 **Status:** ✅ Merged **Merged:** 10/10/2021 **Merged by:** [@glours](https://github.com/glours) **Base:** `master` ← **Head:** `react-nginx` --- ### 📝 Commits (7) - [`61b0edf`](https://github.com/docker/awesome-compose/commit/61b0edf2ca707f9e90b00725940e4852334fb26d) add react-nginx - [`64c18cc`](https://github.com/docker/awesome-compose/commit/64c18cc957fba0fbc1eb62385a9702a0d9bd7c96) Update react-nginx/docker-compose.yml - [`d13268a`](https://github.com/docker/awesome-compose/commit/d13268af810f06cab26bcf475b0998c3e144b3b8) update fir review and try fix audit - [`07aef36`](https://github.com/docker/awesome-compose/commit/07aef36b7863ea96b0c8dee2a9b5e607d63c724d) add the sample to the list on README - [`9c19075`](https://github.com/docker/awesome-compose/commit/9c19075d6e25c6ba8fe05dd51df57f001df4bf74) update port to default & readme - [`372a911`](https://github.com/docker/awesome-compose/commit/372a91163cb789eb5c62a49af956bd952e5134b0) edit README.md follow template - [`3367364`](https://github.com/docker/awesome-compose/commit/336736471b41942889eeab52885028d777d588d9) remove the version ### 📊 Changes **24 files changed** (+36390 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) ➕ `react-nginx/.dockerignore` (+7 -0) ➕ `react-nginx/.gitignore` (+2 -0) ➕ `react-nginx/.nginx/nginx.conf` (+17 -0) ➕ `react-nginx/Dockerfile` (+41 -0) ➕ `react-nginx/README.md` (+88 -0) ➕ `react-nginx/docker-compose.yml` (+8 -0) ➕ `react-nginx/output.png` (+0 -0) ➕ `react-nginx/package-lock.json` (+35997 -0) ➕ `react-nginx/package.json` (+38 -0) ➕ `react-nginx/public/favicon.ico` (+0 -0) ➕ `react-nginx/public/index.html` (+43 -0) ➕ `react-nginx/public/logo192.png` (+0 -0) ➕ `react-nginx/public/logo512.png` (+0 -0) ➕ `react-nginx/public/manifest.json` (+25 -0) ➕ `react-nginx/public/robots.txt` (+3 -0) ➕ `react-nginx/src/App.css` (+38 -0) ➕ `react-nginx/src/App.js` (+25 -0) ➕ `react-nginx/src/App.test.js` (+8 -0) ➕ `react-nginx/src/index.css` (+13 -0) _...and 4 more files_ </details> ### 📄 Description Add project React with Nginx --- <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:21:39 -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#226