[PR #168] [MERGED] Add fastapi to the list of compose projects #864

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

📋 Pull Request Information

Original PR: https://github.com/docker/awesome-compose/pull/168
Author: @vjanz
Created: 10/10/2021
Status: Merged
Merged: 10/10/2021
Merged by: @glours

Base: masterHead: master


📝 Commits (5)

  • 3b3e7e7 Fastapi base Dockerfile
  • a9a761a requirements.txt for fastapi project
  • d3cd1be Add documentation on how to run the application
  • 82baed0 Add entrypoint for fastapi application
  • 89dbaea Add docker-compose.yml for fastapi

📊 Changes

6 files changed (+86 additions, -0 deletions)

View changed files

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)

📄 Description

Original PR: https://github.com/docker/awesome-compose/pull/131#issuecomment-939496523 , but created this one because of the merge conflicts (as we agreed)


🔄 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/168 **Author:** [@vjanz](https://github.com/vjanz) **Created:** 10/10/2021 **Status:** ✅ Merged **Merged:** 10/10/2021 **Merged by:** [@glours](https://github.com/glours) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (5) - [`3b3e7e7`](https://github.com/docker/awesome-compose/commit/3b3e7e7da68c5a5a9e44cc6be7e80fad108a886f) Fastapi base Dockerfile - [`a9a761a`](https://github.com/docker/awesome-compose/commit/a9a761a12835a5591922c81e4e405a10231d7dbc) requirements.txt for fastapi project - [`d3cd1be`](https://github.com/docker/awesome-compose/commit/d3cd1be1ffd5e2c6def93714a2d3e1dd26856e50) Add documentation on how to run the application - [`82baed0`](https://github.com/docker/awesome-compose/commit/82baed03734c00bcfccac1d8df213ed3a95ef75d) Add entrypoint for fastapi application - [`89dbaea`](https://github.com/docker/awesome-compose/commit/89dbaea2809c2cbbc9174ce8fc38a6022a045ec6) Add docker-compose.yml for fastapi ### 📊 Changes **6 files changed** (+86 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `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) </details> ### 📄 Description Original PR: https://github.com/docker/awesome-compose/pull/131#issuecomment-939496523 , but created this one because of the merge conflicts (as we agreed) --- <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:25:34 -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#864