kereis / traefik-certs-dumper

Dumps Let's Encrypt certificates of a specified domain which Traefik stores in acme.json.
Apache License 2.0
129 stars 24 forks source link

Add possibility to restart docker services #25

Closed sargreal closed 3 years ago

sargreal commented 4 years ago

Docker swarm is a more production ready platform and since traefik also supports it, I think this utility should also be able to restart docker services.

It works by force updating the given services, which creates new tasks and removes the currently running ones.

kereis commented 4 years ago

Thanks again. I barely used Docker Swarm, so maybe I should give it a quick look too.