/docker-python3-bottle-flask

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

Primary LanguagePythonMIT LicenseMIT

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