Skip to content

Commit

Permalink
Set env vars for lila-search (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
fitztrev authored Jan 1, 2025
1 parent 08f7b31 commit 246211f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,8 @@ services:
- ELASTIC_URI=http://elasticsearch:9200
- HTTP_API_LOGGER=true
- HTTP_ENABLE_DOCS=true
- OTEL_METRICS_EXPORTER=none
- OTEL_TRACES_EXPORTER=none
ports:
- 9673:9673
networks:
Expand Down Expand Up @@ -319,6 +321,8 @@ services:
- INGESTOR_FORUM_TIME_WINDOWS=1
- INGESTOR_STUDY_INTERVAL=10
- INGESTOR_STUDY_START_AT=1344789787
- OTEL_METRICS_EXPORTER=none
- OTEL_TRACES_EXPORTER=none
networks:
- lila-network
volumes:
Expand Down

0 comments on commit 246211f

Please sign in to comment.