22 lines
307 B
YAML
22 lines
307 B
YAML
providers:
|
|
docker:
|
|
watch: true
|
|
exposedByDefault: false
|
|
|
|
entryPoints:
|
|
http:
|
|
address: ":80"
|
|
https:
|
|
address: ":443"
|
|
|
|
api:
|
|
dashboard: true
|
|
|
|
certificatesResolvers:
|
|
letsencrypt:
|
|
acme:
|
|
email: info@herdac.ch
|
|
storage: acme.json
|
|
httpChallenge:
|
|
entryPoint: http
|