Skip to content

Commit

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

0 comments on commit 8cde01b

Please sign in to comment.