remove Gandi api key for SSL
This commit is contained in:
parent
1c28ccee43
commit
5985293dad
2 changed files with 2 additions and 3 deletions
|
@ -1,5 +1,4 @@
|
|||
# ssl
|
||||
GANDIV5_API_KEY=xxxxxxxxxxxxxxxxx
|
||||
LETSENCRYPT_EMAIL=root@localhost.localdomain
|
||||
|
||||
# off sites
|
||||
|
|
|
@ -20,8 +20,8 @@ services:
|
|||
#- --certificatesResolvers.letsencrypt.acme.dnsChallenge.delayBeforeCheck=0
|
||||
# staging server
|
||||
#- --certificatesresolvers.letsencrypt.acme.caserver=https://acme-staging-v02.api.letsencrypt.org/directory
|
||||
environment:
|
||||
- GANDIV5_API_KEY=${GANDIV5_API_KEY}
|
||||
#environment:
|
||||
#- GANDIV5_API_KEY=${GANDIV5_API_KEY}
|
||||
labels:
|
||||
- traefik.enable=true
|
||||
- traefik.http.routers.api.entrypoints=http
|
||||
|
|
Loading…
Add table
Reference in a new issue