Valian / docker-nginx-auto-ssl

Docker image for automatic generation of SSL certs using Let's encrypt and Open Resty
https://hub.docker.com/r/valian/docker-nginx-auto-ssl/
MIT License
411 stars 103 forks source link

Include storage_adapter option #43

Closed sebastianmacarescu closed 4 years ago

sebastianmacarescu commented 4 years ago

It would be great if we could configure the storage_adapter through env vars to use redis and not local file

Valian commented 4 years ago

Hi @sebastianmacarescu! Yes, I agree. Right now I'm rather busy with my personal life, but I would gladly accept help with that feature. Are you interested?

sebastianmacarescu commented 4 years ago

Hi @Valian . I've added #44 to enable redis storage. The solution was tested on an ECS cluster with AWS ElastiCache Redis instance.