Skip to content

Improved docker file, new GitHub Actions and support for MongoDB connection URIs

Choose a tag to compare

@northwestwitch northwestwitch released this 13 Oct 07:08

[1.5]

Added

  • A docker-compose file that loads demo data on a MongoDB instance and exports results to the current directory of the user
  • GitHub action building a repo image and pushing it to Docker Hub when a new release is published
  • A command line option to allow mongo URI connections (already supported from config file)
  • GitHub action building the software and publishing it to PyPI when a new release is published

Changed

  • Dockerfile now based on a miniconda3 image with commands runned as a non-root user