See the best posts from any Bluesky account
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Pass OTEL exporter env vars to Docker services, disable for migrations

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

+4
+4
docker-compose.yml
··· 11 11 LOG_LEVEL: info 12 12 SESSION_DRIVER: cookie 13 13 QUEUE_DRIVER: database 14 + OTEL_EXPORTER_OTLP_ENDPOINT: ${OTEL_EXPORTER_OTLP_ENDPOINT} 15 + OTEL_EXPORTER_OTLP_HEADERS: ${OTEL_EXPORTER_OTLP_HEADERS} 14 16 15 17 x-logging: &default-logging 16 18 driver: json-file ··· 55 57 logging: *default-logging 56 58 environment: 57 59 <<: *common-env 60 + OTEL_EXPORTER_OTLP_ENDPOINT: "" 61 + OTEL_EXPORTER_OTLP_HEADERS: "" 58 62 59 63 web: 60 64 restart: unless-stopped