[PR #506] [CLOSED] feat: dockerize fastapi and postgres #519

Closed
opened 2025-11-06 14:27:55 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/docker/awesome-compose/pull/506
Author: @Gabrielfernandes7
Created: 7/29/2024
Status: Closed

Base: masterHead: fastapi-postgres


📝 Commits (1)

  • eeb47ad feat: dockerize fastapi and postgres

📊 Changes

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

View changed files

fastapi-postgres/Dockerfile (+16 -0)
fastapi-postgres/README.md (+106 -0)
fastapi-postgres/app/__init__.py (+0 -0)
fastapi-postgres/app/configuration/__init__.py (+0 -0)
fastapi-postgres/app/configuration/database.py (+32 -0)
fastapi-postgres/app/controller/__init__.py (+0 -0)
fastapi-postgres/app/controller/product_controller.py (+18 -0)
fastapi-postgres/app/main.py (+9 -0)
fastapi-postgres/app/model/__init__.py (+0 -0)
fastapi-postgres/app/model/product_model.py (+17 -0)
fastapi-postgres/app/service/__init__.py (+0 -0)
fastapi-postgres/app/service/product_service.py (+15 -0)
fastapi-postgres/compose.yaml (+27 -0)
fastapi-postgres/image.png (+0 -0)
fastapi-postgres/requirements.txt (+36 -0)

📄 Description

Issue #505


🔄 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/506 **Author:** [@Gabrielfernandes7](https://github.com/Gabrielfernandes7) **Created:** 7/29/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `fastapi-postgres` --- ### 📝 Commits (1) - [`eeb47ad`](https://github.com/docker/awesome-compose/commit/eeb47ad349f58c5901e85181378f9aeedd0bacc9) feat: dockerize fastapi and postgres ### 📊 Changes **15 files changed** (+276 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `fastapi-postgres/Dockerfile` (+16 -0) ➕ `fastapi-postgres/README.md` (+106 -0) ➕ `fastapi-postgres/app/__init__.py` (+0 -0) ➕ `fastapi-postgres/app/configuration/__init__.py` (+0 -0) ➕ `fastapi-postgres/app/configuration/database.py` (+32 -0) ➕ `fastapi-postgres/app/controller/__init__.py` (+0 -0) ➕ `fastapi-postgres/app/controller/product_controller.py` (+18 -0) ➕ `fastapi-postgres/app/main.py` (+9 -0) ➕ `fastapi-postgres/app/model/__init__.py` (+0 -0) ➕ `fastapi-postgres/app/model/product_model.py` (+17 -0) ➕ `fastapi-postgres/app/service/__init__.py` (+0 -0) ➕ `fastapi-postgres/app/service/product_service.py` (+15 -0) ➕ `fastapi-postgres/compose.yaml` (+27 -0) ➕ `fastapi-postgres/image.png` (+0 -0) ➕ `fastapi-postgres/requirements.txt` (+36 -0) </details> ### 📄 Description Issue #505 --- <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:27:55 -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#519