- Move conf and env files in dedicated directories
- Move all swh config file in conf/ and use volumes to inject them in dockers so that there is no need to rebuild the image when modifying one of them.
- Reduce verbosity of the journal pusblisher and storage listener.
- Install kombu from sources in scheduler-worker as a workaround for T1491
- Ensure PATH contains ~/.local/bin for dockers where 'pip install --user' is used
- Merge all loaders and listers services in swh-loader and swh-lister in order to simplify the docker environment.
- Also comment out the flower service, since it's pretty unreliable for now.