gateway/traefik.yml

27 lines
465 B
YAML
Raw Normal View History

2025-08-25 23:25:02 +08:00
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