Page MenuHomeSoftware Heritage

docker: Enable swh-search backend in swh-web when using elasticsearch
ClosedPublic

Authored by anlambert on Feb 16 2021, 7:32 PM.

Diff Detail

Repository
rDENV Development environment
Branch
docker-swh-search-in-swh-web
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 19278
Build 29896: arc lint + arc unit

Event Timeline

ardumont added a subscriber: ardumont.

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.

This revision is now accepted and ready to land.Feb 17 2021, 9:14 AM

lgtm

That overrides the webapp declared in the main docker-compose.yml right?

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