[INFRA-252] fix: Add missing Redis environment variables in live service Docker Compose

This commit is contained in:
Akshat Jain
2025-10-23 20:28:39 +05:30
committed by sriramveeraghanta
parent d5bad5aedc
commit 443f8b793d
+1 -1
View File
@@ -94,7 +94,7 @@ services:
live:
image: artifacts.plane.so/makeplane/plane-live:${APP_RELEASE:-stable}
environment:
<<: [*live-env]
<<: [*live-env, *redis-env]
deploy:
replicas: ${LIVE_REPLICAS:-1}
restart_policy: