[PR #250] [MERGED] add configuration to use react-java-mysql sample with Docker Dev Environments feature #326

Closed
opened 2025-11-06 14:23:49 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/docker/awesome-compose/pull/250
Author: @glours
Created: 6/29/2022
Status: Merged
Merged: 7/5/2022
Merged by: @glours

Base: masterHead: react-java-mysql-dev-env


📝 Commits (1)

  • 1a1cfca add configuration to use react-java-mysql sample with Docker Dev Environments feature

📊 Changes

5 files changed (+111 additions, -9 deletions)

View changed files

react-java-mysql/.docker/docker-compose.yaml (+61 -0)
📝 react-java-mysql/README.md (+8 -0)
📝 react-java-mysql/backend/Dockerfile (+23 -3)
📝 react-java-mysql/backend/pom.xml (+0 -4)
📝 react-java-mysql/frontend/Dockerfile (+19 -2)

📄 Description

  • Add a dedicated Compose file in the .docker directory for Dev Env configuration
  • Add a new dev-envs stage in both frontend and backend Dockerfiles
  • Update documentation
  • small changes to pom.xml and compose.yaml

🔄 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/250 **Author:** [@glours](https://github.com/glours) **Created:** 6/29/2022 **Status:** ✅ Merged **Merged:** 7/5/2022 **Merged by:** [@glours](https://github.com/glours) **Base:** `master` ← **Head:** `react-java-mysql-dev-env` --- ### 📝 Commits (1) - [`1a1cfca`](https://github.com/docker/awesome-compose/commit/1a1cfca6c44ea11e69c8fb1deb29f837e1bf4555) add configuration to use react-java-mysql sample with Docker Dev Environments feature ### 📊 Changes **5 files changed** (+111 additions, -9 deletions) <details> <summary>View changed files</summary> ➕ `react-java-mysql/.docker/docker-compose.yaml` (+61 -0) 📝 `react-java-mysql/README.md` (+8 -0) 📝 `react-java-mysql/backend/Dockerfile` (+23 -3) 📝 `react-java-mysql/backend/pom.xml` (+0 -4) 📝 `react-java-mysql/frontend/Dockerfile` (+19 -2) </details> ### 📄 Description - Add a dedicated Compose file in the `.docker` directory for Dev Env configuration - Add a new `dev-envs` stage in both `frontend` and `backend` Dockerfiles - Update documentation - small changes to `pom.xml` and `compose.yaml` --- <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:23:49 -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#326