Python 3.5 flask app template using docker.\
- The project comes with SSL support ready, login/register and SqlAlchemy
First you will need platform_base_img
from here to be able to build the project
You have to configure your project docker-compose.yml
and your own domain (if any) in ./init/platform.conf
MYSQL_ROOT_PASSWORD
&MYSQL_DATABASE
database login info (edit the ones fromplatform_db
service as well)FLASK_ENV
has 2 modes produciton and developmentproduction
runs flask app with apache2development
runs flask in development mode
cd flask-docker
docker-compose up -d --build