Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrewrporter/flask-nginx-tutorial
Basic connection of flask and nginx via docker-compose
https://github.com/andrewrporter/flask-nginx-tutorial
docker docker-compose example flask gunicorn nginx python tutorial
Last synced: 22 days ago
JSON representation
Basic connection of flask and nginx via docker-compose
- Host: GitHub
- URL: https://github.com/andrewrporter/flask-nginx-tutorial
- Owner: AndrewRPorter
- Created: 2020-04-17T18:42:35.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-08-24T15:40:09.000Z (over 2 years ago)
- Last Synced: 2024-12-26T11:40:41.444Z (29 days ago)
- Topics: docker, docker-compose, example, flask, gunicorn, nginx, python, tutorial
- Language: Python
- Size: 39.1 KB
- Stars: 29
- Watchers: 3
- Forks: 15
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Connecting Flask and Gunicorn to Nginx with docker-compose
==========================================================Quick tutorial on how to serve requests to Flask through Nginx.
This code is explained in detail in my YouTube video: https://www.youtube.com/watch?v=Vkqz2hK4fKg&t=1s
![overview](graphic.png)
Setup
=====Install docker and docker-compose
- https://docs.docker.com/get-docker/
- https://docs.docker.com/compose/install/Usage
=====```
docker-compose up
```