headquarter/traefik/traefik.example.yml
2022-12-30 09:18:57 +01:00

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'