Mount queries_to_cache.conf readonly (#282)

This commit is contained in:
Martin Lablans
2025-03-10 16:03:05 +01:00
committed by GitHub
parent 83555540f5
commit 5d94bac0e2
4 changed files with 4 additions and 4 deletions

View File

@ -35,7 +35,7 @@ services:
QUERIES_TO_CACHE: '/queries_to_cache.conf'
ENDPOINT_TYPE: ${FOCUS_ENDPOINT_TYPE:-blaze}
volumes:
- /srv/docker/bridgehead/cce/queries_to_cache.conf:/queries_to_cache.conf
- /srv/docker/bridgehead/cce/queries_to_cache.conf:/queries_to_cache.conf:ro
depends_on:
- "beam-proxy"
- "blaze"