[PR #375] Use docker discover host instead of using a environment variable way #409

Open
opened 2025-11-06 14:25:37 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/docker/awesome-compose/pull/375
Author: @d5avard
Created: 7/29/2023
Status: 🔄 Open

Base: masterHead: modify-nginx-wsgi-flask


📝 Commits (1)

  • 9faad90 Update flask version. Use docker discover host instead of using a environment variable way. Remove unnecessary files. In the endpoint /info, add the container id.

📊 Changes

10 files changed (+46 additions, -31 deletions)

View changed files

📝 nginx-wsgi-flask/README.md (+34 -7)
📝 nginx-wsgi-flask/compose.yaml (+2 -6)
📝 nginx-wsgi-flask/flask/Dockerfile (+0 -3)
📝 nginx-wsgi-flask/flask/app.py (+2 -0)
📝 nginx-wsgi-flask/flask/requirements.txt (+2 -2)
nginx-wsgi-flask/flask/wsgi.py (+0 -5)
📝 nginx-wsgi-flask/nginx/Dockerfile (+4 -2)
📝 nginx-wsgi-flask/nginx/default.conf (+2 -3)
📝 nginx-wsgi-flask/nginx/nginx.conf (+0 -1)
nginx-wsgi-flask/nginx/start.sh (+0 -2)

📄 Description

Update flask version
Use docker discover host instead of using a environment variable way
Remove unnecessary files
In the endpoint /info, add the container id


🔄 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/375 **Author:** [@d5avard](https://github.com/d5avard) **Created:** 7/29/2023 **Status:** 🔄 Open **Base:** `master` ← **Head:** `modify-nginx-wsgi-flask` --- ### 📝 Commits (1) - [`9faad90`](https://github.com/docker/awesome-compose/commit/9faad90a8bb19b5aa11f1b4035fbc7ba983c3a2c) Update flask version. Use docker discover host instead of using a environment variable way. Remove unnecessary files. In the endpoint /info, add the container id. ### 📊 Changes **10 files changed** (+46 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `nginx-wsgi-flask/README.md` (+34 -7) 📝 `nginx-wsgi-flask/compose.yaml` (+2 -6) 📝 `nginx-wsgi-flask/flask/Dockerfile` (+0 -3) 📝 `nginx-wsgi-flask/flask/app.py` (+2 -0) 📝 `nginx-wsgi-flask/flask/requirements.txt` (+2 -2) ➖ `nginx-wsgi-flask/flask/wsgi.py` (+0 -5) 📝 `nginx-wsgi-flask/nginx/Dockerfile` (+4 -2) 📝 `nginx-wsgi-flask/nginx/default.conf` (+2 -3) 📝 `nginx-wsgi-flask/nginx/nginx.conf` (+0 -1) ➖ `nginx-wsgi-flask/nginx/start.sh` (+0 -2) </details> ### 📄 Description Update flask version Use docker discover host instead of using a environment variable way Remove unnecessary files In the endpoint /info, add the container id --- <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:25:37 -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#409