An open API service indexing awesome lists of open source software.

https://github.com/jeck0v/mkcert-nginx-fastapi-docker

Web app: Nginx + mkcert + fastapi + docker | local SSL
https://github.com/jeck0v/mkcert-nginx-fastapi-docker

docker fastapi local-ssl mkcert nginx

Last synced: 3 months ago
JSON representation

Web app: Nginx + mkcert + fastapi + docker | local SSL

Awesome Lists containing this project

README

          

#

Local SSL


## 🛠️ Tech Stack
- [mkcert](https://github.com/FiloSottile/mkcert)
- [FastAPI](https://fastapi.tiangolo.com/)
- [nginx](https://nginx.org/en/docs/)
- [Docker](https://www.docker.com/)

## 🧑🏻‍💻 App

In the 2nd SSL folder

```bash
mkcert localhost
```
Now you can return to the root folder and make

```bash
docker-compose up --build
```
Your application should now work at the following url:

https://localhost/

## Arnaud Fischer