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:
|
live:
|
||||||
image: artifacts.plane.so/makeplane/plane-live:${APP_RELEASE:-v1.0.0}
|
image: artifacts.plane.so/makeplane/plane-live:${APP_RELEASE:-v1.0.0}
|
||||||
environment:
|
environment:
|
||||||
<<: [*live-env]
|
<<: [*live-env, *redis-env]
|
||||||
depends_on:
|
depends_on:
|
||||||
- api
|
- api
|
||||||
- web
|
- web
|
||||||
|
- plane-redis
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "echo", "hey whats up"]
|
test: ["CMD", "echo", "hey whats up"]
|
||||||
interval: 2s
|
interval: 2s
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue