A basic Flask starter project to get started with Docker Compose and Shipyard.
- Jinja + Bootstrap (from CDN)
- uWSGI entrypoint
- Celery (with example heartbeat task configured)
- Flask-SQLAlchemy
To get started take a look at the Makefile in the root directory, there are some helpful commands to get you started ex:
make develop
docker
docker-compose
make