goryn-clade / pathfinder-containers

A Docker-compose solution for Pathfinder mapping tool using Traefik
Other
62 stars 66 forks source link

[BUG] Missing certificatesresolvers.letsencrypt.acme.storage in traefik config results in hitting lets encrypt rate limit after some time #16

Closed fleischsalatinspace closed 3 years ago

fleischsalatinspace commented 3 years ago

Version: master @ unknown Setup: development (This got reported on slack)

Description

Removing - "--certificatesresolvers.letsencrypt.acme.storage=/letsencrypt/acme.json" from traefik config in docker-compose.yml as requested in README.md results in new cert requests to lets encrypt everytime the traefik container restarts. As a result people are hitting the lets encrypt rate limit of 5 new certs per domain per x timeframe. Example: https://crt.sh/?q=pathfinderdp.space

Workaround/Fix

Dont remove https://github.com/goryn-clade/pathfinder-containers/blob/master/docker-compose.yml#L90 from docker-compose.yml

fleischsalatinspace commented 3 years ago

https://doc.traefik.io/traefik/user-guides/docker-compose/acme-tls/#explanation

samoneilll commented 3 years ago

solved in https://github.com/goryn-clade/pathfinder-containers/pull/17