The repo is a Dockerised container consisting of a set of pharmacy data loaded into a MongoDB 3.4 instance. It is available on Docker hub at nhsuk/pharmacy-db
The container has the following properties:
- DB - services
- Collection - pharmacies
- Port - 27017
- Check out scripts directory for information on starting the application
- RoboMongo is a good, free GUI for working with MongoDB
Every time a build (via Travis) is triggered an image will be built and
pushed to Docker hub. The last merged commit of the repo into master
will
have the tag latest
. All PRs are built and tagged as pr-<#>
.