Merge remote-tracking branch 'origin/master' into unpin-from-dashboard

This commit is contained in:
Karol Wypchlo 2021-09-25 19:20:03 +02:00
commit 70f5e4128d
No known key found for this signature in database
GPG Key ID: C92C016317A964D0
3 changed files with 4 additions and 3 deletions

View File

@ -0,0 +1 @@
- fixed issue with caddy requesting new certificates instead of using existing ones from file storage

View File

@ -3,7 +3,7 @@ FROM caddy:2.4.5-builder AS caddy-builder
# available dns resolvers: https://github.com/caddy-dns
RUN xcaddy build --with github.com/caddy-dns/route53
FROM caddy:2.4.5-builder
FROM caddy:2.4.5-alpine
COPY --from=caddy-builder /usr/bin/caddy /usr/bin/caddy

View File

@ -20,11 +20,11 @@
"issuers": [
{
"module": "acme",
"email": "{{EMAIL_ADDRESS}}",
"challenges": {
"dns": {
"provider": {
"name": "route53",
"max_retries": 100
"name": "route53"
}
}
}