[PR #275] [MERGED] nginx-golang-postgres: add dev envs config #951

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

📋 Pull Request Information

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

Base: masterHead: devenvs-nginx-golang-postgres


📝 Commits (1)

  • 9c673b9 nginx-golang-postgres: add dev envs config

📊 Changes

8 files changed (+156 additions, -32 deletions)

View changed files

nginx-golang-postgres/.docker/docker-compose.yaml (+50 -0)
📝 nginx-golang-postgres/README.md (+33 -15)
📝 nginx-golang-postgres/backend/Dockerfile (+38 -7)
📝 nginx-golang-postgres/backend/go.mod (+4 -3)
nginx-golang-postgres/backend/go.sum (+8 -0)
📝 nginx-golang-postgres/compose.yaml (+21 -4)
nginx-golang-postgres/proxy/Dockerfile (+0 -2)
📝 nginx-golang-postgres/proxy/nginx.conf (+2 -1)

📄 Description

  • Add Docker Desktop Development Environments config
  • Upgrade to Go 1.18
  • Replace nginx build with image + read-only bind mount

🔄 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/275 **Author:** [@milas](https://github.com/milas) **Created:** 7/11/2022 **Status:** ✅ Merged **Merged:** 7/12/2022 **Merged by:** [@glours](https://github.com/glours) **Base:** `master` ← **Head:** `devenvs-nginx-golang-postgres` --- ### 📝 Commits (1) - [`9c673b9`](https://github.com/docker/awesome-compose/commit/9c673b975b0736e12527fe63a2a0dc40c0635a67) nginx-golang-postgres: add dev envs config ### 📊 Changes **8 files changed** (+156 additions, -32 deletions) <details> <summary>View changed files</summary> ➕ `nginx-golang-postgres/.docker/docker-compose.yaml` (+50 -0) 📝 `nginx-golang-postgres/README.md` (+33 -15) 📝 `nginx-golang-postgres/backend/Dockerfile` (+38 -7) 📝 `nginx-golang-postgres/backend/go.mod` (+4 -3) ➕ `nginx-golang-postgres/backend/go.sum` (+8 -0) 📝 `nginx-golang-postgres/compose.yaml` (+21 -4) ➖ `nginx-golang-postgres/proxy/Dockerfile` (+0 -2) 📝 `nginx-golang-postgres/proxy/nginx.conf` (+2 -1) </details> ### 📄 Description * Add Docker Desktop Development Environments config * Upgrade to Go 1.18 * Replace nginx build with image + read-only bind mount --- <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:27 -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#951