dejavu
dejavu copied to clipboard
Add Docker support with MySQL included
Sets up MySQL aswell.
Snippet from README.md:
$ docker-compose up -d
# Wait a minute for the database to start up.
# Run "python example.py" in the Dejavu container for Docker.
$ docker-compose run dejavu python example.py
# When you're all done, clean everything up.
$ docker-compose down