31 lines
425 B
YAML
31 lines
425 B
YAML
api:
|
|
dashboard: true
|
|
insecure: true
|
|
|
|
accessLog: {}
|
|
|
|
log:
|
|
level: INFO
|
|
|
|
entryPoints:
|
|
http:
|
|
address: ":80"
|
|
https:
|
|
address: ":443"
|
|
dashboard:
|
|
address: ":888"
|
|
|
|
http:
|
|
routers:
|
|
host:
|
|
entryPoints:
|
|
- http
|
|
rule: Host(`corp.samsonopt.ru`)
|
|
|
|
providers:
|
|
docker:
|
|
endpoint: "unix:///var/run/docker.sock"
|
|
exposedByDefault: false
|
|
file:
|
|
filename: /configuration/certificates.yaml
|