Depends on D1345
Details
- Reviewers
olasd douardda vlorentz anlambert - Group Reviewers
Reviewers - Commits
- rDENV848401f512e6: README: Update to demonstrate how to run the backfiller
rDENV0bcb82bcd457: docker-compose: Add journal-backfiller
rDENVc04db2b6cf7f: Ignore override docker-compose file
rCDFD0bcb82bcd457: docker-compose: Add journal-backfiller
rCDFD848401f512e6: README: Update to demonstrate how to run the backfiller
rCDFDc04db2b6cf7f: Ignore override docker-compose file
Diff Detail
- Repository
- rCDFD Dockerfiles for developers
- Branch
- add-backfiller
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 5440 Build 7371: arc lint + arc unit
Event Timeline
I'm not very fond adding this kind of service in the main docker-compose file.
I would prefer a dedicated docker-compose file to be used as an override, eg:
docker-compose -f docker-compose.yml -f docker-compose.backfiller.yml up
(with proper doc in the README).
I'm not very fond adding this kind of service in the main docker-compose file.
I would prefer a dedicated docker-compose file to be used as an override, eg:docker-compose -f docker-compose.yml -f docker-compose.backfiller.yml up(with proper doc in the README).
Sure!
It was to give access on how to test the D1345 at the time (not necessarily to merge it as is).
- Ignore override docker-compose file
- docker-compose: Add journal-backfiller
- README: Update to demonstrate how to run the backfiller
few minor fixes to be make, then should be ok.
README.md | ||
---|---|---|
668 | please use the plain docker-compose command here | |
conf/journal_backfiller.yml | ||
9 | Not to be fixed now, but this should be handled the generic way: | |
services/swh-journal-backfiller/entrypoint.sh | ||
7 | unless I'm mistaken, this is already done in the setup_pip command. |
services/swh-journal-backfiller/entrypoint.sh | ||
---|---|---|
7 | Indeed |