Skip to content

singingwolfboy/docker-experimentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Flask setup on Docker Compose with a MySQL database. To run this, install Docker and Docker Compose, clone this repo, and then run:

docker-compose up

Once the app is running, you'll need to create the database tables. To do that, run this:

docker-compose run web ./manage.py dbcreate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages