AVA-docker/traefik.yml

22 lines
307 B
YAML
Raw Permalink Normal View History

2024-02-06 08:42:50 +00:00
providers:
docker:
watch: true
exposedByDefault: false
entryPoints:
http:
address: ":80"
https:
address: ":443"
api:
dashboard: true
certificatesResolvers:
letsencrypt:
acme:
email: info@herdac.ch
storage: acme.json
httpChallenge:
entryPoint: http