It can be tested from sources with [an override](https://docs.softwareheritage.org/devel/getting-started/using-docker.html?highlight=docker#install-a-swh-package-from-sources-in-a-container) like this:
```
version: "2.1"
services:
swh-winery:
volumes:
- "../swh-objstorage:/src/swh-objstorage"
```
and
* `cd docker ; docker-compose up swh-winery-db swh-winery`