fix(templates): add redis env to live service in Plane
This commit is contained in:
parent
d16d095110
commit
72f6b425af
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue