24 lines
373 B
YAML
24 lines
373 B
YAML
api:
|
|
dashboard: true
|
|
|
|
entryPoints:
|
|
http:
|
|
address: ":80"
|
|
https:
|
|
address: ":443"
|
|
|
|
providers:
|
|
docker:
|
|
endpoint: "unix:///var/run/docker.sock"
|
|
exposedByDefault: false
|
|
file:
|
|
directory: /custom
|
|
watch: true
|
|
|
|
certificatesResolvers:
|
|
http:
|
|
acme:
|
|
email: mail@3err0.ru
|
|
storage: acme.json
|
|
httpChallenge:
|
|
entryPoint: http |