Skip to content

docker: add the swh-winery-db and swh-winery services

Loïc Dachary requested to merge generated-differential-D6834-source into master

Related to: T3533

It depends on swh-objstorage!127 (closed) and will fail until it is merged.

Test Plan

It can be tested from sources (assuming swh-objstorage is checked out with https://forge.softwareheritage.org/swh/devel/swh-objstorage!127) with an override 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

Migrated from D6834 (view on Phabricator)

Merge request reports