[PR #263] [MERGED] flask: dev envs support & misc improvements #338

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

📋 Pull Request Information

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

Base: masterHead: dev-envs-flask


📝 Commits (1)

  • 83c21c8 flask: dev envs support & misc improvements

📊 Changes

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

View changed files

flask/.docker/docker-compose.yaml (+10 -0)
📝 flask/README.md (+27 -15)
📝 flask/app/Dockerfile (+25 -5)
📝 flask/app/app.py (+1 -1)
📝 flask/compose.yaml (+8 -3)

📄 Description

  • Docker Desktop Development Environments config
  • Use cache volumes for pip
  • Upgrade from Python 3.7 -> Python 3.10
  • Use port 8000 to avoid conflicts with Airplay on
    macOS for default Flask port 5000
  • Use SIGINT to gracefully stop Flask

🔄 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/263 **Author:** [@milas](https://github.com/milas) **Created:** 7/5/2022 **Status:** ✅ Merged **Merged:** 7/8/2022 **Merged by:** [@milas](https://github.com/milas) **Base:** `master` ← **Head:** `dev-envs-flask` --- ### 📝 Commits (1) - [`83c21c8`](https://github.com/docker/awesome-compose/commit/83c21c8599bd4e8a58622664845d45dd08764874) flask: dev envs support & misc improvements ### 📊 Changes **5 files changed** (+71 additions, -24 deletions) <details> <summary>View changed files</summary> ➕ `flask/.docker/docker-compose.yaml` (+10 -0) 📝 `flask/README.md` (+27 -15) 📝 `flask/app/Dockerfile` (+25 -5) 📝 `flask/app/app.py` (+1 -1) 📝 `flask/compose.yaml` (+8 -3) </details> ### 📄 Description * Docker Desktop Development Environments config * Use cache volumes for pip * Upgrade from Python 3.7 -> Python 3.10 * Use port `8000` to avoid conflicts with Airplay on macOS for default Flask port `5000` * Use `SIGINT` to gracefully stop Flask --- <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:06 -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#338