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
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

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