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
- Host: GitHub
- URL: https://github.com/jeck0v/mkcert-nginx-fastapi-docker
- Owner: Jeck0v
- Created: 2024-08-14T04:33:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-14T04:41:26.000Z (about 1 year ago)
- Last Synced: 2025-03-15T21:16:06.895Z (7 months ago)
- Topics: docker, fastapi, local-ssl, mkcert, nginx
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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