2022-07-09 00:44:40 -07:00
|
|
|
entryPoints:
|
|
|
|
web:
|
|
|
|
address: :80
|
2022-07-09 00:46:28 -07:00
|
|
|
http:
|
|
|
|
redirections:
|
|
|
|
entryPoint:
|
|
|
|
to: websecure
|
|
|
|
scheme: https
|
2022-07-09 00:44:40 -07:00
|
|
|
websecure:
|
|
|
|
address: :443
|
|
|
|
|
|
|
|
metrics:
|
|
|
|
prometheus: {}
|
|
|
|
|
|
|
|
certificatesResolvers:
|
|
|
|
lets-encrypt:
|
|
|
|
acme:
|
|
|
|
email: jafner425@gmail.com
|
|
|
|
storage: acme.json
|
|
|
|
tlsChallenge: {}
|
|
|
|
|
|
|
|
api:
|
|
|
|
insecure: true
|
|
|
|
dashboard: true
|
|
|
|
|
|
|
|
providers:
|
|
|
|
docker:
|
2023-01-30 15:20:09 -08:00
|
|
|
exposedByDefault: false
|
|
|
|
endpoint: "tcp://docker-socket-proxy:2375"
|
2022-07-09 00:44:40 -07:00
|
|
|
watch: true
|
|
|
|
network: web
|
|
|
|
file:
|
|
|
|
directory: /config
|