[PR #274] [MERGED] nginx-golang-mysql: add dev envs support #349

Closed
opened 2025-11-06 14:24:20 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: masterHead: devenvs-nginx-golang-mysql


📝 Commits (3)

  • f122b52 nginx-golang-mysql: add dev envs support
  • aa997c7 nginx-golang-mysql: update README
  • aae8ffb nginx-golang-mysql: code review fixes

📊 Changes

8 files changed (+158 additions, -43 deletions)

View changed files

nginx-golang-mysql/.docker/docker-compose.yaml (+50 -0)
📝 nginx-golang-mysql/README.md (+37 -21)
📝 nginx-golang-mysql/backend/Dockerfile (+38 -7)
📝 nginx-golang-mysql/backend/go.mod (+7 -6)
nginx-golang-mysql/backend/go.sum (+8 -0)
📝 nginx-golang-mysql/compose.yaml (+16 -5)
nginx-golang-mysql/proxy/Dockerfile (+0 -2)
📝 nginx-golang-mysql/proxy/nginx.conf (+2 -2)

📄 Description

  • Add Docker Desktop Development Environments config
  • Use nginx image with read-only bind mount instead of building a
    custom image
  • Upgrade Go dependencies

🔄 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/274 **Author:** [@milas](https://github.com/milas) **Created:** 7/11/2022 **Status:** ✅ Merged **Merged:** 7/13/2022 **Merged by:** [@milas](https://github.com/milas) **Base:** `master` ← **Head:** `devenvs-nginx-golang-mysql` --- ### 📝 Commits (3) - [`f122b52`](https://github.com/docker/awesome-compose/commit/f122b52ce620bcc768758d3bf1d6855a6edc86d1) nginx-golang-mysql: add dev envs support - [`aa997c7`](https://github.com/docker/awesome-compose/commit/aa997c70ea8c979fc1bbe0ab2069657bf0d204b9) nginx-golang-mysql: update README - [`aae8ffb`](https://github.com/docker/awesome-compose/commit/aae8ffbdce8f55086d9d1b3d3ae2bd577c6d2896) nginx-golang-mysql: code review fixes ### 📊 Changes **8 files changed** (+158 additions, -43 deletions) <details> <summary>View changed files</summary> ➕ `nginx-golang-mysql/.docker/docker-compose.yaml` (+50 -0) 📝 `nginx-golang-mysql/README.md` (+37 -21) 📝 `nginx-golang-mysql/backend/Dockerfile` (+38 -7) 📝 `nginx-golang-mysql/backend/go.mod` (+7 -6) ➕ `nginx-golang-mysql/backend/go.sum` (+8 -0) 📝 `nginx-golang-mysql/compose.yaml` (+16 -5) ➖ `nginx-golang-mysql/proxy/Dockerfile` (+0 -2) 📝 `nginx-golang-mysql/proxy/nginx.conf` (+2 -2) </details> ### 📄 Description * Add Docker Desktop Development Environments config * Use nginx image with read-only bind mount instead of building a custom image * Upgrade Go dependencies --- <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:24:20 -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#349