Merge pull request #226 from samply/main

Update Develop from Main
This commit is contained in:
Pierre Delpy
2024-09-12 08:22:17 +02:00
committed by GitHub
11 changed files with 130 additions and 12 deletions

View File

@ -31,6 +31,9 @@ services:
BEAM_PROXY_URL: http://beam-proxy:8081
RETRY_COUNT: ${FOCUS_RETRY_COUNT}
EPSILON: 0.28
QUERIES_TO_CACHE: '/queries_to_cache.conf'
volumes:
- /srv/docker/bridgehead/ccp/queries_to_cache.conf:/queries_to_cache.conf
depends_on:
- "beam-proxy"
- "blaze"