Traefik on docker global mode with glusterfs volume path as storage

Is it possible to setup traefik in global mode on docker swarm with traefik.toml file and acme.json shared using glusterfs volume? instead of using kv-store like consul.
Any reply is greatly appreciated.

Hello,

Like explain in the documentation it is not possible to share the acme.json file accross multi traefik instances.

And the cluster mode in traefik OS version is in beta version https://docs.traefik.io/user-guide/cluster/

You could have a look on TraefikEE
image

TraefikEE allow you to build a stable cluster and have distributed Let’s Encrypt.

1 Like