chespinoza / asgi-gunicorn-nginx-docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Dockerfile 77.3%Language:Python 21.1%Language:Shell 1.6%