[PR #119] [MERGED] Add nginx-aspnet-mysql implementation #224

Closed
opened 2025-11-06 14:21:36 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/docker/awesome-compose/pull/119
Author: @stvansolano
Created: 3/27/2021
Status: Merged
Merged: 4/23/2021
Merged by: @aiordache

Base: masterHead: master


📝 Commits (3)

  • 054de29 Added nginx-aspnet-mysql implementation
  • 9475c58 Updated nginx+aspnet+mysql README.md
  • 7a8c228 Added db healthcheck

📊 Changes

8 files changed (+229 additions, -0 deletions)

View changed files

nginx-aspnet-mysql/README.md (+68 -0)
nginx-aspnet-mysql/backend/Dockerfile (+17 -0)
nginx-aspnet-mysql/backend/Program.cs (+84 -0)
nginx-aspnet-mysql/backend/aspnetapp.csproj (+8 -0)
nginx-aspnet-mysql/db/password.txt (+1 -0)
nginx-aspnet-mysql/docker-compose.yaml (+41 -0)
nginx-aspnet-mysql/proxy/Dockerfile (+2 -0)
nginx-aspnet-mysql/proxy/conf (+8 -0)

📄 Description

  • Based in Go sample, ported to .NET 5
  • Pretty much the same folder and docker-compose.yml structure for services

🔄 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/119 **Author:** [@stvansolano](https://github.com/stvansolano) **Created:** 3/27/2021 **Status:** ✅ Merged **Merged:** 4/23/2021 **Merged by:** [@aiordache](https://github.com/aiordache) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`054de29`](https://github.com/docker/awesome-compose/commit/054de29c3242acf6b79058d06521466ff51408a1) Added nginx-aspnet-mysql implementation - [`9475c58`](https://github.com/docker/awesome-compose/commit/9475c580e7889571c390b7b7dd4ee07e806627d6) Updated nginx+aspnet+mysql README.md - [`7a8c228`](https://github.com/docker/awesome-compose/commit/7a8c2289ae9fd9a22470bbf2f06873d680e20c52) Added db healthcheck ### 📊 Changes **8 files changed** (+229 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `nginx-aspnet-mysql/README.md` (+68 -0) ➕ `nginx-aspnet-mysql/backend/Dockerfile` (+17 -0) ➕ `nginx-aspnet-mysql/backend/Program.cs` (+84 -0) ➕ `nginx-aspnet-mysql/backend/aspnetapp.csproj` (+8 -0) ➕ `nginx-aspnet-mysql/db/password.txt` (+1 -0) ➕ `nginx-aspnet-mysql/docker-compose.yaml` (+41 -0) ➕ `nginx-aspnet-mysql/proxy/Dockerfile` (+2 -0) ➕ `nginx-aspnet-mysql/proxy/conf` (+8 -0) </details> ### 📄 Description - Based in Go sample, ported to .NET 5 - Pretty much the same folder and `docker-compose.yml` structure for services --- <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:21:36 -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#224