[PR #264] [MERGED] add configuration to use react-rust-postgres sample with Docker Dev Environments feature #940

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

📋 Pull Request Information

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

Base: masterHead: react-rust-postgres-dev-envs


📝 Commits (1)

  • 230d1ad add configuration to use react-rust-postgres sample with Docker Dev Environments feature

📊 Changes

5 files changed (+94 additions, -0 deletions)

View changed files

react-rust-postgres/.docker/docker-compose.yaml (+51 -0)
📝 react-rust-postgres/backend/Dockerfile (+18 -0)
📝 react-rust-postgres/compose.yaml (+1 -0)
📝 react-rust-postgres/frontend/Dockerfile (+16 -0)
📝 react-rust-postgres/readme.md (+8 -0)

📄 Description

  • Add a dedicated Compose file in the .docker directory for Dev Env configuration
  • Add a new dev-envs stage in backend and frontend Dockerfiles
  • 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/264 **Author:** [@glours](https://github.com/glours) **Created:** 7/5/2022 **Status:** ✅ Merged **Merged:** 7/8/2022 **Merged by:** [@glours](https://github.com/glours) **Base:** `master` ← **Head:** `react-rust-postgres-dev-envs` --- ### 📝 Commits (1) - [`230d1ad`](https://github.com/docker/awesome-compose/commit/230d1adbd5e498fd3713972fb67819b87d784348) add configuration to use react-rust-postgres sample with Docker Dev Environments feature ### 📊 Changes **5 files changed** (+94 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `react-rust-postgres/.docker/docker-compose.yaml` (+51 -0) 📝 `react-rust-postgres/backend/Dockerfile` (+18 -0) 📝 `react-rust-postgres/compose.yaml` (+1 -0) 📝 `react-rust-postgres/frontend/Dockerfile` (+16 -0) 📝 `react-rust-postgres/readme.md` (+8 -0) </details> ### 📄 Description - Add a dedicated Compose file in the .docker directory for Dev Env configuration - Add a new dev-envs stage in backend and frontend Dockerfiles - 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:14 -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#940