24 lines
380 B
YAML
24 lines
380 B
YAML
entryPoints:
|
|
http:
|
|
address: ':80'
|
|
https:
|
|
address: ':443'
|
|
|
|
api:
|
|
dashboard: true
|
|
insecure: true
|
|
|
|
providers:
|
|
docker:
|
|
network: 'web'
|
|
endpoint: 'unix:///var/run/docker.sock'
|
|
exposedByDefault: false
|
|
|
|
certificatesResolvers:
|
|
letsencrypt:
|
|
acme:
|
|
email: 'admin@example.org'
|
|
storage: 'acme.json'
|
|
httpChallenge:
|
|
entryPoint: 'http'
|