kawashimaken / docker-python3-bottle-flask

start bottle or Flask web application with docker-compose, world simplest.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

You need Docker to get started.

start Flask web application

docker-compose -f docker-compose-flask.yml up

start bottle web application

docker-compose -f docker-compose-bottle.yml up

About

start bottle or Flask web application with docker-compose, world simplest.

License:MIT License


Languages

Language:Python 56.4%Language:Dockerfile 24.0%Language:Shell 19.6%