Skip to content

Commit

Permalink
Enable lila-search study ingestor (#111)
Browse files Browse the repository at this point in the history
* Enable lila-search study ingestor

* Remove some un-used env variables

---------

Co-authored-by: Thanh Le <[email protected]>
  • Loading branch information
fitztrev and lenguyenthanh authored Aug 12, 2024
1 parent 2d319d5 commit 32f75a3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -308,12 +308,14 @@ services:
- APP_LOG_LEVEL=DEBUG
- ELASTIC_URI=http://elasticsearch:9200
- ELASTIC4S_LOG_LEVEL=DEBUG
- HTTP_API_LOGGER=true
- HTTP_ENABLE_DOCS=true
- MONGO_DATABASE=lichess
- MONGO_DRIVER_LOG_LEVEL=INFO
- MONGO_STUDY_DATABASE=lichess
- MONGO_DRIVER_LOG_LEVEL=DEBUG
- MONGO_URI=mongodb://mongodb_secondary
- MONGO_STUDY_URI=mongodb://mongodb_secondary
- INGESTOR_FORUM_TIME_WINDOWS=1
- INGESTOR_STUDY_INTERVAL=10
- INGESTOR_STUDY_START_AT=1344789787
networks:
- lila-network
volumes:
Expand Down

0 comments on commit 32f75a3

Please sign in to comment.