feat(celery): VALKEY_SCHEME environment variable (#10420)

Co-authored-by: Pepe Fagoaga <pepe@prowler.com>
This commit is contained in:
Terry Franklin
2026-03-27 18:22:35 +10:00
committed by GitHub
parent c953fa7e67
commit 0a11ca4a68
11 changed files with 133 additions and 7 deletions
+3
View File
@@ -22,6 +22,9 @@ env:
POSTGRES_USER: prowler_user
POSTGRES_PASSWORD: prowler
POSTGRES_DB: postgres-db
VALKEY_SCHEME: redis
VALKEY_USERNAME: ""
VALKEY_PASSWORD: ""
VALKEY_HOST: localhost
VALKEY_PORT: 6379
VALKEY_DB: 0