27 lines
465 B
YAML
27 lines
465 B
YAML
entryPoints:
|
|
sys:
|
|
address: ":8000"
|
|
http:
|
|
maxRequestBodyBytes: 104857600 # 100MB
|
|
lmg:
|
|
address: ":8002"
|
|
http:
|
|
maxRequestBodyBytes: 104857600
|
|
healthy:
|
|
address: ":8003"
|
|
http:
|
|
maxRequestBodyBytes: 104857600
|
|
|
|
api:
|
|
dashboard: true
|
|
insecure: true
|
|
|
|
providers:
|
|
file:
|
|
filename: /etc/traefik/dynamic.yml
|
|
watch: true
|
|
|
|
tls:
|
|
certificates:
|
|
- certFile: /etc/certs/gateway.crt
|
|
keyFile: /etc/certs/gateway.key |