fix(templates): add redis env to live service in Plane

This commit is contained in:
Gabriel Lamon 2025-10-23 09:28:03 -03:00
parent d16d095110
commit 72f6b425af

View file

@ -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