Update configuration

This commit is contained in:
2024-10-06 17:26:49 +02:00
parent 414cbded95
commit fc0db54fb7
7 changed files with 87 additions and 90 deletions

View File

@@ -0,0 +1,25 @@
## traefik.yml
# Docker configuration backend
providers:
docker:
defaultRule: "Host(`{{ trimPrefix `/` .Name }}.docker.localhost`)"
# API and dashboard configuration
api:
insecure: true
tracing:
capturedRequestHeaders:
- X-Forwarded-Prefix
otlp:
grpc:
endpoint: otel-collector:4317
insecure: true
metrics:
otlp:
addEntryPointsLabels: true
grpc:
endpoint: otel-collector:4317
insecure: true