artefactual-labs / docker-gearmand

Docker image of gearmand based on Alpine Linux.
https://hub.docker.com/r/artefactual/gearmand/
Apache License 2.0
19 stars 13 forks source link

Add libmemcached and mysql backends #5

Closed sevein closed 6 years ago

sevein commented 6 years ago

This closes #1 and #2.

sevein commented 6 years ago

@Mararok, does this look okay to you?

Mararok commented 6 years ago

Mysql support its almost good :) but for my security reason password must support docker secrets. I implemented it in my local image check it: https://github.com/SAREhub/Servitiom/blob/first_version/gearmand/docker-entrypoint.sh Its little flex for other then mysql or builtin backends

sevein commented 6 years ago

@Mararok, I'm going to merge. Feel free to submit a PR.