Skip to content

ammarjmhor10/Calling-Termux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Connecting Flask and Gunicorn to Nginx with docker-compose

Quick tutorial on how to serve requests to Flask through Gunicorn Termux Android.

Setup

  • Install Termux,Python,git
  • git clone
  • allow termux allow access to phone

Usage

gunicorn --bind 0.0.0.0:8000 --workers 4 "app.create_app:create_app()"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages