[PR #267] [MERGED] nginx-aspnet-mysql: add dev envs configuration #943

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

📋 Pull Request Information

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

Base: masterHead: devenvs-nginx-aspnet-mysql


📝 Commits (2)

  • b81f75c nginx-aspnet-mysql: add dev envs configuration
  • 6982b9a nginx-aspnet-mysql: remove DB healthcheck from dev envs config

📊 Changes

4 files changed (+101 additions, -24 deletions)

View changed files

nginx-aspnet-mysql/.docker/docker-compose.yaml (+38 -0)
📝 nginx-aspnet-mysql/README.md (+15 -3)
📝 nginx-aspnet-mysql/backend/Dockerfile (+36 -11)
📝 nginx-aspnet-mysql/compose.yaml (+12 -10)

📄 Description

  • Fix/enable MySQL/MariaDB health check
  • Refactor Dockerfile for use as Compose app as well as with
    dev envs

🔄 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/267 **Author:** [@milas](https://github.com/milas) **Created:** 7/8/2022 **Status:** ✅ Merged **Merged:** 7/12/2022 **Merged by:** [@glours](https://github.com/glours) **Base:** `master` ← **Head:** `devenvs-nginx-aspnet-mysql` --- ### 📝 Commits (2) - [`b81f75c`](https://github.com/docker/awesome-compose/commit/b81f75c9fd1980f16b0f2a274ebdae31e54c5e26) nginx-aspnet-mysql: add dev envs configuration - [`6982b9a`](https://github.com/docker/awesome-compose/commit/6982b9a82e0069be30bb130cc465d7b4acd243c7) nginx-aspnet-mysql: remove DB healthcheck from dev envs config ### 📊 Changes **4 files changed** (+101 additions, -24 deletions) <details> <summary>View changed files</summary> ➕ `nginx-aspnet-mysql/.docker/docker-compose.yaml` (+38 -0) 📝 `nginx-aspnet-mysql/README.md` (+15 -3) 📝 `nginx-aspnet-mysql/backend/Dockerfile` (+36 -11) 📝 `nginx-aspnet-mysql/compose.yaml` (+12 -10) </details> ### 📄 Description * Fix/enable MySQL/MariaDB health check * Refactor `Dockerfile` for use as Compose app as well as with dev envs --- <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:17 -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#943