chore: read otel endpoint from settings (#1312)

This commit is contained in:
cthomas
2025-03-17 10:28:32 -07:00
committed by GitHub
parent d56502d203
commit eae2cb5044
5 changed files with 10 additions and 5 deletions

View File

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