45 lines
676 B
YAML
45 lines
676 B
YAML
global:
|
|
checkNewVersion: false
|
|
sendAnonymousUsage: false
|
|
|
|
ping:
|
|
entryPoint: http
|
|
|
|
api:
|
|
dashboard: true
|
|
insecure: false
|
|
|
|
log:
|
|
level: INFO
|
|
|
|
entryPoints:
|
|
http:
|
|
address: :80
|
|
http:
|
|
encodeQuerySemicolons: true
|
|
http2:
|
|
maxConcurrentStreams: 250
|
|
https:
|
|
address: :443
|
|
http:
|
|
encodeQuerySemicolons: true
|
|
http2:
|
|
maxConcurrentStreams: 250
|
|
http3: {}
|
|
|
|
providers:
|
|
docker:
|
|
watch: true
|
|
network: coolify
|
|
exposedByDefault: false
|
|
file:
|
|
directory: /traefik/dynamic/
|
|
watch: true
|
|
|
|
certificatesResolvers:
|
|
letsencrypt:
|
|
acme:
|
|
httpChallenge:
|
|
entryPoint: http
|
|
storage: /traefik/acme.json
|