We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b33c37 commit 7a95d2eCopy full SHA for 7a95d2e
traefik_stack6/stack-proxy.yml
@@ -99,15 +99,16 @@ services:
99
- --defaultentrypoints=http,https
100
- --acme
101
- --acme.email=relations@firepress.org
102
- - --acme.httpchallenge
103
- - --acme.httpchallenge.entrypoint=http
+ - --acme.dnsChallenge.provider=digitalocean
+ - --acme.domains=*.firepress.link,firepress.link
104
- --acme.entryPoint=https
105
- - --acme.onhostrule=true
106
- --acme.storage=/etc/traefik/acme/acme.json
107
- --acme.caserver=https://acme-v02.api.letsencrypt.org/directory
108
- --acme.acmelogging=true
109
- --logLevel=ERROR
110
- --api=true
+ environment:
111
+ DO_AUTH_TOKEN: ${DO_AUTH_TOKEN}
112
deploy:
113
mode: replicated
114
replicas: 1
0 commit comments