[PR #218] [CLOSED] Add nginx-wsgi-django-mysql #304

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

📋 Pull Request Information

Original PR: https://github.com/docker/awesome-compose/pull/218
Author: @iml1111
Created: 2/28/2022
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • 4c3b661 feature: nginx-wsgi-django-mysql

📊 Changes

15 files changed (+488 additions, -0 deletions)

View changed files

nginx-wsgi-django-mysql/README.md (+121 -0)
nginx-wsgi-django-mysql/django/Dockerfile (+16 -0)
nginx-wsgi-django-mysql/django/requirements.txt (+5 -0)
nginx-wsgi-django-mysql/django/sample/manage.py (+22 -0)
nginx-wsgi-django-mysql/django/sample/requirements.txt (+5 -0)
nginx-wsgi-django-mysql/django/sample/sample/__init__.py (+0 -0)
nginx-wsgi-django-mysql/django/sample/sample/asgi.py (+16 -0)
nginx-wsgi-django-mysql/django/sample/sample/settings.py (+127 -0)
nginx-wsgi-django-mysql/django/sample/sample/urls.py (+21 -0)
nginx-wsgi-django-mysql/django/sample/sample/wsgi.py (+16 -0)
nginx-wsgi-django-mysql/docker-compose.yaml (+34 -0)
nginx-wsgi-django-mysql/nginx/Dockerfile (+24 -0)
nginx-wsgi-django-mysql/nginx/default.conf (+15 -0)
nginx-wsgi-django-mysql/nginx/nginx.conf (+63 -0)
nginx-wsgi-django-mysql/nginx/start.sh (+3 -0)

📄 Description

This is an implementation example written in Nginx + Wsgi (gunicorn + Django) + MySQL with docker compose.
Signed-off-by: IML shin10256@gmail.com


🔄 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/218 **Author:** [@iml1111](https://github.com/iml1111) **Created:** 2/28/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`4c3b661`](https://github.com/docker/awesome-compose/commit/4c3b661cc3de2448791f24e25e6fef6b8c3bbc0c) feature: nginx-wsgi-django-mysql ### 📊 Changes **15 files changed** (+488 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `nginx-wsgi-django-mysql/README.md` (+121 -0) ➕ `nginx-wsgi-django-mysql/django/Dockerfile` (+16 -0) ➕ `nginx-wsgi-django-mysql/django/requirements.txt` (+5 -0) ➕ `nginx-wsgi-django-mysql/django/sample/manage.py` (+22 -0) ➕ `nginx-wsgi-django-mysql/django/sample/requirements.txt` (+5 -0) ➕ `nginx-wsgi-django-mysql/django/sample/sample/__init__.py` (+0 -0) ➕ `nginx-wsgi-django-mysql/django/sample/sample/asgi.py` (+16 -0) ➕ `nginx-wsgi-django-mysql/django/sample/sample/settings.py` (+127 -0) ➕ `nginx-wsgi-django-mysql/django/sample/sample/urls.py` (+21 -0) ➕ `nginx-wsgi-django-mysql/django/sample/sample/wsgi.py` (+16 -0) ➕ `nginx-wsgi-django-mysql/docker-compose.yaml` (+34 -0) ➕ `nginx-wsgi-django-mysql/nginx/Dockerfile` (+24 -0) ➕ `nginx-wsgi-django-mysql/nginx/default.conf` (+15 -0) ➕ `nginx-wsgi-django-mysql/nginx/nginx.conf` (+63 -0) ➕ `nginx-wsgi-django-mysql/nginx/start.sh` (+3 -0) </details> ### 📄 Description This is an implementation example written in Nginx + Wsgi (gunicorn + Django) + MySQL with docker compose. Signed-off-by: IML <shin10256@gmail.com> --- <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:23:21 -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#304