[PR #265] [MERGED] flask-redis: dev envs support & misc improvements #941

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

📋 Pull Request Information

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

Base: masterHead: dev-envs-flask-redis


📝 Commits (1)

  • 2864615 flask-redis: dev envs support & misc improvements

📊 Changes

5 files changed (+73 additions, -20 deletions)

View changed files

flask-redis/.docker/docker-compose.yaml (+16 -0)
📝 flask-redis/Dockerfile (+24 -3)
📝 flask-redis/README.md (+15 -4)
📝 flask-redis/app.py (+1 -1)
📝 flask-redis/compose.yaml (+17 -12)

📄 Description

(Most of this is almost identical to #263.)

  • Docker Desktop Development Environments config
  • Use cache volumes for pip
  • Downgrade from Python 3.11 alpha -> Python 3.10
  • Use port 8000 to avoid conflicts with Airplay on
    macOS for default Flask port 5000
  • Use SIGINT to gracefully stop Flask
  • Formatting fixes in compose.yaml

🔄 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/265 **Author:** [@milas](https://github.com/milas) **Created:** 7/5/2022 **Status:** ✅ Merged **Merged:** 7/8/2022 **Merged by:** [@glours](https://github.com/glours) **Base:** `master` ← **Head:** `dev-envs-flask-redis` --- ### 📝 Commits (1) - [`2864615`](https://github.com/docker/awesome-compose/commit/2864615adf4303fca138955f33ff8a743bed008e) flask-redis: dev envs support & misc improvements ### 📊 Changes **5 files changed** (+73 additions, -20 deletions) <details> <summary>View changed files</summary> ➕ `flask-redis/.docker/docker-compose.yaml` (+16 -0) 📝 `flask-redis/Dockerfile` (+24 -3) 📝 `flask-redis/README.md` (+15 -4) 📝 `flask-redis/app.py` (+1 -1) 📝 `flask-redis/compose.yaml` (+17 -12) </details> ### 📄 Description (Most of this is almost identical to #263.) * Docker Desktop Development Environments config * Use cache volumes for pip * Downgrade from Python 3.11 _alpha_ -> Python 3.10 * Use port `8000` to avoid conflicts with Airplay on macOS for default Flask port `5000` * Use `SIGINT` to gracefully stop Flask * Formatting fixes in `compose.yaml` --- <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:15 -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#941