[PR #131] [CLOSED] Add fastapi to the list of compose projects #234

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

📋 Pull Request Information

Original PR: https://github.com/docker/awesome-compose/pull/131
Author: @vjanz
Created: 4/14/2021
Status: Closed

Base: masterHead: master


📝 Commits (7)

  • 092aeaf Update dependencies for django and express samples (#128)
  • e07a341 Create codeql-analysis.yml (#129)
  • 33960f9 Add fastapi on the awesome-compose project
  • 6d6dff8 Change the docker image to tiangolo/uvicorn-gunicorn-fastapi
  • f68e660 Update image in Dockerfile
  • 888ae8e Update documentation on README.md
  • b0c545e Remove version from docker-compose.yml

📊 Changes

10 files changed (+7097 additions, -53 deletions)

View changed files

.github/workflows/codeql-analysis.yml (+30 -0)
📝 django/app/requirements.txt (+1 -1)
fastapi/Dockerfile (+11 -0)
fastapi/README.md (+55 -0)
fastapi/app/__init__.py (+0 -0)
fastapi/app/main.py (+8 -0)
fastapi/docker-compose.yml (+10 -0)
fastapi/requirements.txt (+2 -0)
📝 react-express-mongodb/backend/package-lock.json (+2162 -39)
📝 react-express-mysql/backend/package-lock.json (+4818 -13)

📄 Description

No description provided


🔄 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/131 **Author:** [@vjanz](https://github.com/vjanz) **Created:** 4/14/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (7) - [`092aeaf`](https://github.com/docker/awesome-compose/commit/092aeaf8d6041f347a6a7b4b8f78cbb52ba6e488) Update dependencies for django and express samples (#128) - [`e07a341`](https://github.com/docker/awesome-compose/commit/e07a34149369af7581490747e39cd941da002981) Create codeql-analysis.yml (#129) - [`33960f9`](https://github.com/docker/awesome-compose/commit/33960f9678d7d0eebbea3520219e2216f80caefc) Add fastapi on the awesome-compose project - [`6d6dff8`](https://github.com/docker/awesome-compose/commit/6d6dff8393cee8e23e38fe80c7fcfcff8113c15b) Change the docker image to tiangolo/uvicorn-gunicorn-fastapi - [`f68e660`](https://github.com/docker/awesome-compose/commit/f68e6606520858175b092ad5c193e5ab1d03a1e0) Update image in Dockerfile - [`888ae8e`](https://github.com/docker/awesome-compose/commit/888ae8e52b36a0ed49f946ec4509611b37b2f045) Update documentation on README.md - [`b0c545e`](https://github.com/docker/awesome-compose/commit/b0c545e5f1acd4f8aa1dd7c882eeaef715c5c894) Remove version from docker-compose.yml ### 📊 Changes **10 files changed** (+7097 additions, -53 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/codeql-analysis.yml` (+30 -0) 📝 `django/app/requirements.txt` (+1 -1) ➕ `fastapi/Dockerfile` (+11 -0) ➕ `fastapi/README.md` (+55 -0) ➕ `fastapi/app/__init__.py` (+0 -0) ➕ `fastapi/app/main.py` (+8 -0) ➕ `fastapi/docker-compose.yml` (+10 -0) ➕ `fastapi/requirements.txt` (+2 -0) 📝 `react-express-mongodb/backend/package-lock.json` (+2162 -39) 📝 `react-express-mysql/backend/package-lock.json` (+4818 -13) </details> ### 📄 Description _No description provided_ --- <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:21:50 -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#234