[PR #251] [CLOSED] add configuration to use nginx-golang-postgres sample with Docker Dev Environments feature #928

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

📋 Pull Request Information

Original PR: https://github.com/docker/awesome-compose/pull/251
Author: @glours
Created: 6/29/2022
Status: Closed

Base: masterHead: nginx-golang-postgres-dev-envs


📝 Commits (1)

  • d189dc8 add configuration to use nginx-golang-postgres sample with Docker Dev Environments feature

📊 Changes

5 files changed (+78 additions, -6 deletions)

View changed files

nginx-golang-postgres/.docker/docker-compose.yaml (+35 -0)
📝 nginx-golang-postgres/README.md (+8 -0)
📝 nginx-golang-postgres/backend/Dockerfile (+21 -1)
📝 nginx-golang-postgres/backend/go.mod (+6 -5)
nginx-golang-postgres/backend/go.sum (+8 -0)

📄 Description

  • Add a dedicated Compose file in the .docker directory for Dev Env configuration
  • Add a new dev-envs stage in backend Dockerfile
  • Update documentation
  • small others 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/251 **Author:** [@glours](https://github.com/glours) **Created:** 6/29/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `nginx-golang-postgres-dev-envs` --- ### 📝 Commits (1) - [`d189dc8`](https://github.com/docker/awesome-compose/commit/d189dc884d100a3cd45226a4216465dd991f3cda) add configuration to use nginx-golang-postgres sample with Docker Dev Environments feature ### 📊 Changes **5 files changed** (+78 additions, -6 deletions) <details> <summary>View changed files</summary> ➕ `nginx-golang-postgres/.docker/docker-compose.yaml` (+35 -0) 📝 `nginx-golang-postgres/README.md` (+8 -0) 📝 `nginx-golang-postgres/backend/Dockerfile` (+21 -1) 📝 `nginx-golang-postgres/backend/go.mod` (+6 -5) ➕ `nginx-golang-postgres/backend/go.sum` (+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 Dockerfile - Update documentation - small others 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 2026-03-07 21:27:02 -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#928