gleiser-oliveira / flask-docker-starter

A template for dockerized Flask projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A template for dockerized Flask projects.

It is composed by two services:

  • Webserver: runs the Flask application.
  • Nginx: serves as the proxy for the Webserver.

Start command:

docker-compose up

About

A template for dockerized Flask projects.


Languages

Language:Dockerfile 70.7%Language:Python 29.3%