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