cdelacruzpinto / docker-flask-supervisor-template

Template flask app with dockerfile for supervisor and nginx (rootless)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-flask-supervisor-template

This repo contains:

  • A minimal flask app
  • wsgi.py file for gunicorn
  • Rootless Dockerfile based on debian slim
  • Configuration files for spuervisor (app and nginx)
  • Minimal nginx configuration

To build and test:

docker build . -t flaskapp docker run flaskapp -p8001:8001

About

Template flask app with dockerfile for supervisor and nginx (rootless)


Languages

Language:Dockerfile 80.9%Language:Shell 10.2%Language:Python 8.9%