https://github.com/rafsaf/docker-fastapi-projects-uvicorn
This repository allows you to create a simple Docker image with running FastAPI on localhost:80 presenting the basics of creating and running Docker Images.
https://github.com/rafsaf/docker-fastapi-projects-uvicorn
docker fastapi python
Last synced: 12 months ago
JSON representation
This repository allows you to create a simple Docker image with running FastAPI on localhost:80 presenting the basics of creating and running Docker Images.
- Host: GitHub
- URL: https://github.com/rafsaf/docker-fastapi-projects-uvicorn
- Owner: rafsaf
- Created: 2021-04-14T11:16:37.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-15T17:35:15.000Z (about 5 years ago)
- Last Synced: 2025-07-02T17:06:56.410Z (12 months ago)
- Topics: docker, fastapi, python
- Language: Dockerfile
- Homepage: https://docker-fastapi-projects.readthedocs.io/en/latest/
- Size: 11.7 KB
- Stars: 4
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker FastAPI projects
_Well-documented examples of deployment-ready FastAPI applications written from scratch._
[docker-fastapi-projects.readthedocs.io/en/latest/](https://docker-fastapi-projects.readthedocs.io/en/latest/)
# Uvicorn
This dead simple application shows you to how to create a simple Docker Image with running FastAPI app with Uvicorn and presenting the basics of creating and running Docker Images.
[See chapter dedicated to this repository](https://docker-fastapi-projects.readthedocs.io/en/latest/uvicorn.html)