[PR #270] [MERGED] add configuration to use react-express-mysql sample with Docker Dev Environments feature #946

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

📋 Pull Request Information

Original PR: https://github.com/docker/awesome-compose/pull/270
Author: @glours
Created: 7/11/2022
Status: Merged
Merged: 7/13/2022
Merged by: @glours

Base: masterHead: react-express-mysql-dev-envs


📝 Commits (1)

  • 8072c8e add configuration to use react-express-mysql sample with Docker Dev Environments feature

📊 Changes

6 files changed (+111 additions, -2 deletions)

View changed files

📝 react-express-mongodb/README.md (+11 -0)
react-express-mysql/.docker/docker-compose.yaml (+64 -0)
📝 react-express-mysql/README.md (+1 -1)
📝 react-express-mysql/backend/Dockerfile (+17 -1)
📝 react-express-mysql/compose.yaml (+1 -0)
📝 react-express-mysql/frontend/Dockerfile (+17 -0)

📄 Description

  • Add a dedicated Compose file in the .docker directory for Dev Env configuration
  • Add a new dev-envs stage for both backend and frontend Dockerfile
  • Update documentation

🔄 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/270 **Author:** [@glours](https://github.com/glours) **Created:** 7/11/2022 **Status:** ✅ Merged **Merged:** 7/13/2022 **Merged by:** [@glours](https://github.com/glours) **Base:** `master` ← **Head:** `react-express-mysql-dev-envs` --- ### 📝 Commits (1) - [`8072c8e`](https://github.com/docker/awesome-compose/commit/8072c8ea03302cc1936ef8136cd163ec6585bb85) add configuration to use react-express-mysql sample with Docker Dev Environments feature ### 📊 Changes **6 files changed** (+111 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `react-express-mongodb/README.md` (+11 -0) ➕ `react-express-mysql/.docker/docker-compose.yaml` (+64 -0) 📝 `react-express-mysql/README.md` (+1 -1) 📝 `react-express-mysql/backend/Dockerfile` (+17 -1) 📝 `react-express-mysql/compose.yaml` (+1 -0) 📝 `react-express-mysql/frontend/Dockerfile` (+17 -0) </details> ### 📄 Description - Add a dedicated Compose file in the .docker directory for Dev Env configuration - Add a new dev-envs stage for both backend and frontend Dockerfile - Update documentation --- <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:21 -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#946