homelab/fighter/config/traefik/traefik.yaml

37 lines
590 B
YAML

entryPoints:
web:
address: :80
http:
redirections:
entryPoint:
to: websecure
scheme: https
websecure:
address: :443
metrics:
prometheus: {}
certificatesResolvers:
lets-encrypt:
acme:
email: jafner425@gmail.com
storage: acme.json
tlsChallenge: {}
api:
insecure: true
dashboard: true
serversTransport:
insecureSkipVerify: true
providers:
docker:
endpoint: "unix:///var/run/docker.sock"
#endpoint: "tcp://docker-socket-proxy:2375"
watch: true
network: web
file:
directory: /config