32 lines
596 B
YAML
32 lines
596 B
YAML
entryPoints:
|
|
web:
|
|
address: ":80"
|
|
websecure:
|
|
address: ":443"
|
|
|
|
providers:
|
|
docker:
|
|
exposedByDefault: false
|
|
file:
|
|
filename: /etc/traefik/dynamic.yml
|
|
watch: true
|
|
|
|
api:
|
|
dashboard: true
|
|
|
|
log:
|
|
level: INFO
|
|
|
|
accessLog: {}
|
|
|
|
certificatesResolvers:
|
|
le:
|
|
acme:
|
|
email: jb@truckwash.dk
|
|
storage: /acme.json
|
|
httpChallenge:
|
|
entryPoint: web
|
|
# Using Let's Encrypt STAGING for local runs to avoid rate limits.
|
|
# Remove the following caServer line to switch to production.
|
|
caServer: https://acme-staging-v02.api.letsencrypt.org/directory
|