mirror of
https://github.com/samply/bridgehead.git
synced 2025-06-16 21:50:14 +02:00
add caching in focus
This commit is contained in:
committed by
p.delpy@dkfz-heidelberg.de
parent
a92b2eff76
commit
d316f1c798
@ -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"
|
||||
|
Reference in New Issue
Block a user