Skip to content

Commit

Permalink
Enable lila-search study ingestor
Browse files Browse the repository at this point in the history
  • Loading branch information
fitztrev committed Aug 12, 2024
1 parent 9cb2eda commit 914ad58
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -311,9 +311,13 @@ services:
- 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 914ad58

Please sign in to comment.