Skip to content

Commit 7a95d2e

Browse files
committed
dnsChallenge with DO /a
Signed-off-by: Pascal Andy <pascal@firepress.org>
1 parent 7b33c37 commit 7a95d2e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

traefik_stack6/stack-proxy.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,15 +99,16 @@ services:
9999
- --defaultentrypoints=http,https
100100
- --acme
101101
- --acme.email=relations@firepress.org
102-
- --acme.httpchallenge
103-
- --acme.httpchallenge.entrypoint=http
102+
- --acme.dnsChallenge.provider=digitalocean
103+
- --acme.domains=*.firepress.link,firepress.link
104104
- --acme.entryPoint=https
105-
- --acme.onhostrule=true
106105
- --acme.storage=/etc/traefik/acme/acme.json
107106
- --acme.caserver=https://acme-v02.api.letsencrypt.org/directory
108107
- --acme.acmelogging=true
109108
- --logLevel=ERROR
110109
- --api=true
110+
environment:
111+
DO_AUTH_TOKEN: ${DO_AUTH_TOKEN}
111112
deploy:
112113
mode: replicated
113114
replicas: 1

0 commit comments

Comments
 (0)