Enable CQL language support in docker-compose

This commit is contained in:
Tim Schumacher
2025-09-29 09:15:13 +02:00
committed by GitHub
parent 8a35785a24
commit 011d123033

View File

@@ -32,6 +32,7 @@ services:
RETRY_COUNT: ${FOCUS_RETRY_COUNT} RETRY_COUNT: ${FOCUS_RETRY_COUNT}
EPSILON: 0.28 EPSILON: 0.28
QUERIES_TO_CACHE: '/queries_to_cache.conf' QUERIES_TO_CACHE: '/queries_to_cache.conf'
ENABLE_CQL_LANG: "true"
volumes: volumes:
- /srv/docker/bridgehead/dhki/queries_to_cache.conf:/queries_to_cache.conf:ro - /srv/docker/bridgehead/dhki/queries_to_cache.conf:/queries_to_cache.conf:ro
depends_on: depends_on: