fix: revert default otel endpoint (#1343)

This commit is contained in:
cthomas
2025-03-19 15:59:21 -10:00
committed by GitHub
parent be0f239618
commit f510708050
2 changed files with 3 additions and 2 deletions

View File

@@ -64,7 +64,8 @@ ENV LETTA_ENVIRONMENT=${LETTA_ENVIRONMENT} \
POSTGRES_USER=letta \
POSTGRES_PASSWORD=letta \
POSTGRES_DB=letta \
COMPOSIO_DISABLE_VERSION_CHECK=true
COMPOSIO_DISABLE_VERSION_CHECK=true \
LETTA_OTEL_EXPORTER_OTLP_ENDPOINT="http://localhost:4317"
WORKDIR /app