mirror of
https://github.com/open-metadata/OpenMetadata
synced 2026-05-24 09:39:11 +00:00
Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
9 lines
403 B
YAML
9 lines
403 B
YAML
# Override that disables the cache while leaving the rest of the stack intact.
|
|||
# Used in the local A/B benchmark to flip cache off without tearing down volumes.
|
|||
# Apply on TOP of base compose (NOT the redis overlay):
|
|||
# docker compose -f docker-compose.yml -f docker-compose.cache-off.yml up -d --no-deps openmetadata-server
|
|||
services:
|
|||
openmetadata-server:
|
|||
environment:
|
|||
CACHE_PROVIDER: none
|