"fixed itcc param"

This commit is contained in:
Pierre Delpy
2025-10-13 08:27:35 +02:00
parent 15a6000356
commit 4a0f2e609d
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ services:
EPSILON: 0.28
QUERIES_TO_CACHE: '/queries_to_cache.conf'
ENDPOINT_TYPE: ${FOCUS_ENDPOINT_TYPE:-blaze}
CQL_PROJECTS_ENABLED: ${CQL_PROJECT}
CQL_PROJECTS_ENABLED: "itcc"
volumes:
- /srv/docker/bridgehead/itcc/queries_to_cache.conf:/queries_to_cache.conf:ro
depends_on:

View File

@@ -17,7 +17,7 @@ services:
BEAM_PROXY_ID: ${SITE_ID}
BEAM_BROKER_ID: ${BROKER_ID}
BEAM_APP_ID: "focus"
PROJECT_METADATA: ${CQL_PROJECT}
PROJECT_METADATA: "itcc"
depends_on:
- "beam-proxy"
labels: