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
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
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 | ||
---|---|---|
669 ↗ | (On Diff #4567) | please use the plain docker-compose command here |
conf/journal_backfiller.yml | ||
9 ↗ | (On Diff #4567) | Not to be fixed now, but this should be handled the generic way: |
services/swh-journal-backfiller/entrypoint.sh | ||
7 ↗ | (On Diff #4567) | unless I'm mistaken, this is already done in the setup_pip command. |
services/swh-journal-backfiller/entrypoint.sh | ||
---|---|---|
7 ↗ | (On Diff #4567) | Indeed |