Skip to content

balassit/asgi-gunicorn-nginx-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

asgi-gunicorn-nginx-docker

Description

This Docker image allows you to create Python web applications that run with ASGI and Nginx in a single container.

How to Run

To run my image, pull down balassit/asgi:latest

  • Start Docker container
docker build -t my-asgi-app .
docker run --name my-asgi-app -p 80:80 my-asgi-app

Reference

This repository is based on the work done by @tiangolo. For details on creating your own application using ASGI, check out this links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published