Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 678 Bytes

File metadata and controls

14 lines (8 loc) · 678 Bytes

Docker FastAPI projects

Well-documented examples of deployment-ready FastAPI applications written from scratch.

docker-fastapi-projects.readthedocs.io/en/latest/

Nginx with PostgreSQL

This dead simple application shows you to how to create a simple Docker Image with running FastAPI app with Nginx and presenting the basics of creating and running Docker Images.

See chapter dedicated to this repository

You should have .env file in root of the project to run it. Template for .env can be found in .example.env.