Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/singingwolfboy/docker-experimentation
https://github.com/singingwolfboy/docker-experimentation
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/singingwolfboy/docker-experimentation
- Owner: singingwolfboy
- Created: 2016-02-02T17:02:37.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-02T17:14:00.000Z (almost 9 years ago)
- Last Synced: 2024-10-14T20:39:00.501Z (2 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
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
.. _Docker Compose: https://docs.docker.com/compose/