Details
Details
- Reviewers
ardumont - Group Reviewers
Reviewers - Maniphest Tasks
- T3047: Enable to search in origin metadata with swh-search in webapp
- Commits
- rDENV668b4df1f0ec: docker: Enable swh-search backend in swh-web when using elasticsearch
Diff Detail
Diff Detail
- Repository
- rDENV Development environment
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
lgtm
That overrides the webapp declared in the main docker-compose.yml right?
docker/conf/web-search.yml | ||
---|---|---|
64 | maybe declare it at the top like the other services the webapp depends on. |
Comment Actions
Yes, it adds required configuration for using swh-search in the swh-web service defined in main compose file.
docker/conf/web-search.yml | ||
---|---|---|
64 | ack |