Valkey is currently needed by:
- file scanning pipeline (strelka/file_scanner)
- NetBox (local mode)
If these things are not enabled, there's no point to run it.
For example, on Hedgehog Linux netboxi s never run locally, and if the user disables the file scanning pipeline there's no reason to waste the resources on valkey running, even if it's just sleeping.
We could either handle this in service_check_passthrough.sh or create an entrypoint script for the valkey/valkey-cache containers.
Valkey is currently needed by:
If these things are not enabled, there's no point to run it.
For example, on Hedgehog Linux netboxi s never run locally, and if the user disables the file scanning pipeline there's no reason to waste the resources on valkey running, even if it's just sleeping.
We could either handle this in
service_check_passthrough.shor create an entrypoint script for the valkey/valkey-cache containers.