[PR #273] [MERGED] nginx-golang: add dev envs support #949

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

📋 Pull Request Information

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

Base: masterHead: devenvs-nginx-golang


📝 Commits (1)

  • baf2488 nginx-golang: add dev envs support

📊 Changes

9 files changed (+119 additions, -34 deletions)

View changed files

nginx-golang/.docker/docker-compose.yaml (+19 -0)
📝 nginx-golang/README.md (+32 -15)
📝 nginx-golang/backend/Dockerfile (+37 -7)
nginx-golang/backend/go.mod (+5 -0)
nginx-golang/backend/go.sum (+2 -0)
📝 nginx-golang/backend/main.go (+13 -5)
📝 nginx-golang/compose.yaml (+11 -3)
nginx-golang/frontend/Dockerfile (+0 -4)
📝 nginx-golang/proxy/nginx.conf (+0 -0)

📄 Description

  • Add Docker Desktop Developer Environments config
  • Upgrade from Go 1.13 (🙀) to 1.18
  • Rename frontend -> proxy for clarity & consistency
    with other samples
  • Add Chi as a dependency to provide an example of Go
    module dependencies for parity with other samples

Signed-off-by: Milas Bowman milas.bowman@docker.com


🔄 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/273 **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` --- ### 📝 Commits (1) - [`baf2488`](https://github.com/docker/awesome-compose/commit/baf2488e1754dda05f1152fb8783d7d39df30a7d) nginx-golang: add dev envs support ### 📊 Changes **9 files changed** (+119 additions, -34 deletions) <details> <summary>View changed files</summary> ➕ `nginx-golang/.docker/docker-compose.yaml` (+19 -0) 📝 `nginx-golang/README.md` (+32 -15) 📝 `nginx-golang/backend/Dockerfile` (+37 -7) ➕ `nginx-golang/backend/go.mod` (+5 -0) ➕ `nginx-golang/backend/go.sum` (+2 -0) 📝 `nginx-golang/backend/main.go` (+13 -5) 📝 `nginx-golang/compose.yaml` (+11 -3) ➖ `nginx-golang/frontend/Dockerfile` (+0 -4) 📝 `nginx-golang/proxy/nginx.conf` (+0 -0) </details> ### 📄 Description * Add Docker Desktop Developer Environments config * Upgrade from Go 1.13 (🙀) to 1.18 * Rename `frontend` -> `proxy` for clarity & consistency with other samples * Add Chi as a dependency to provide an example of Go module dependencies for parity with other samples Signed-off-by: Milas Bowman <milas.bowman@docker.com> --- <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:25 -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#949