[PR #272] [MERGED] nginx-flask-mysql: add dev envs support #347

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

📋 Pull Request Information

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

Base: masterHead: devenvs-nginx-flask-mysql


📝 Commits (2)

  • 5a9d71e nginx-flask-mysql: add dev envs support
  • 9d979fa nginx-flask-mysql: Dockerfile consistency tweak

📊 Changes

5 files changed (+130 additions, -24 deletions)

View changed files

nginx-flask-mysql/.docker/docker-compose.yaml (+61 -0)
📝 nginx-flask-mysql/README.md (+23 -12)
📝 nginx-flask-mysql/backend/Dockerfile (+33 -6)
📝 nginx-flask-mysql/compose.yaml (+12 -5)
📝 nginx-flask-mysql/proxy/conf (+1 -1)

📄 Description

  • Add Docker Desktop Development Environments config
  • Change port 5000 -> 8000 for Flask to avoid conflicts on
    recent macOS versions
  • Improve DB health check (for non-dev envs case) to avoid
    producing a bunch of log spam

🔄 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/272 **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-flask-mysql` --- ### 📝 Commits (2) - [`5a9d71e`](https://github.com/docker/awesome-compose/commit/5a9d71e833b40895157e8a8b438e3e2efad601f5) nginx-flask-mysql: add dev envs support - [`9d979fa`](https://github.com/docker/awesome-compose/commit/9d979fa005d47671d50da8940bd2e294e77f2155) nginx-flask-mysql: Dockerfile consistency tweak ### 📊 Changes **5 files changed** (+130 additions, -24 deletions) <details> <summary>View changed files</summary> ➕ `nginx-flask-mysql/.docker/docker-compose.yaml` (+61 -0) 📝 `nginx-flask-mysql/README.md` (+23 -12) 📝 `nginx-flask-mysql/backend/Dockerfile` (+33 -6) 📝 `nginx-flask-mysql/compose.yaml` (+12 -5) 📝 `nginx-flask-mysql/proxy/conf` (+1 -1) </details> ### 📄 Description * Add Docker Desktop Development Environments config * Change port `5000` -> `8000` for Flask to avoid conflicts on recent macOS versions * Improve DB health check (for non-dev envs case) to avoid producing a bunch of log spam --- <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: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#347