Page MenuHomeSoftware Heritage

Make swh services run within docker and docker-compose
Closed, MigratedEdits Locked

Description

services:

  • D802: swh-objstorage
  • D802 - swh-storage (~> draws postgres:10)
  • D815: swh-web
  • D818, D819: swh-scheduler (~> draws postgres:10, celery/rabbitmq)
    • scheduler-api
    • listener
    • runner
  • D824: swh-indexer-storage
  • celery workers
    • D837: listers
    • loaders
      • debian
      • dir
      • git
      • mercurial
      • pypi
      • svn
      • tar
    • indexers
      • mimetype
      • license
      • language
      • revision-metadata
      • origin-metadata
      • origin-head
  • D860: swh-journal
    • kafka
    • zookeeper
    • journal publisher
    • storage listener
    • basic journal client (as a demo)
  • swh-deposit
  • swh-vault

Related Objects

Event Timeline

ardumont updated the task description. (Show Details)
ardumont updated the task description. (Show Details)
douardda changed the task status from Open to Work in Progress.Jan 23 2019, 10:02 AM
douardda updated the task description. (Show Details)
douardda claimed this task.
douardda updated the task description. (Show Details)

Let's call it done, some minor parts may still need a bit of attention thou

gitlab-migration changed the status of subtask T1457: docker container for license indexer from Resolved to Migrated.
gitlab-migration changed the status of subtask T1458: docker containers for metadata indexers from Resolved to Migrated.
gitlab-migration changed the status of subtask T1459: docker container for swh-deposit from Resolved to Migrated.