Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 871 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 871 Bytes

Docker-NGINX-SSL-FastAPI

A boilerplate project that combines the power of FastAPI for building APIs, NGINX for secure reverse proxying, and Docker for containerization. The primary focus is on NGINX dynamically generating Self-signed SSL certificates in a Docker environment.

Features

  • FastAPI: A modern, fast, web framework for building APIs.
  • NGINX: A high-performance web server and reverse proxy with dynamic SSL certificate generation.
  • Docker: Containerization for easy deployment and scalability.

Getting Started

  1. Clone the repository:

  2. Navigate to the project directory:

  3. Build and run the Docker containers:

    docker-compose up -d --build

Customization

Feel free to customize the NGINX configuration, FastAPI routes, or any other aspect of the boilerplate to suit your specific project requirements.