Depends on D6346
Details
Details
- Reviewers
vlorentz - Group Reviewers
Reviewers - Commits
- rDENV9dd8181b0107: docker: use a dedicated container for memcached
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
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)).