Page MenuHomeSoftware Heritage

docker: use a dedicated container for memcached
ClosedPublic

Authored by douardda on Sep 27 2021, 10:13 AM.

Details

Diff Detail

Repository
rDENV Development environment
Branch
grr
Lint
Lint Skipped
Unit
Unit Tests Skipped
Build Status
Buildable 23993
Build 37429: arc lint + arc unit

Event Timeline

Why?

Because this is the way of the containerization! One containainer per service.

More seriously, I don't see why we should not do it, it's the expected way of doing this kind of stuff in a docker-compose(-like) environment.

And it makes the memcached service available to other services also (if needed (I know, YAGNI)).

This revision is now accepted and ready to land.Sep 27 2021, 12:18 PM