[INFRA-252] fix: Add missing Redis environment variables in live service Docker Compose
This commit is contained in:
parent
e710f5b278
commit
96fa9ab15b
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue