From 72f6b425afb2f6724bd97a05008db417f1256c6c Mon Sep 17 00:00:00 2001 From: Gabriel Lamon Date: Thu, 23 Oct 2025 09:28:03 -0300 Subject: [PATCH] fix(templates): add redis env to live service in Plane --- templates/compose/plane.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/compose/plane.yaml b/templates/compose/plane.yaml index ab9fb7c0d..8e2f43a86 100644 --- a/templates/compose/plane.yaml +++ b/templates/compose/plane.yaml @@ -110,10 +110,11 @@ services: live: image: artifacts.plane.so/makeplane/plane-live:${APP_RELEASE:-v1.0.0} environment: - <<: [*live-env] + <<: [*live-env, *redis-env] depends_on: - api - web + - plane-redis healthcheck: test: ["CMD", "echo", "hey whats up"] interval: 2s