add missing live service to plane template
This commit is contained in:
parent
052fcd2520
commit
f559a1d9b3
1 changed files with 13 additions and 0 deletions
|
|
@ -97,6 +97,19 @@ services:
|
|||
timeout: 10s
|
||||
retries: 15
|
||||
|
||||
live:
|
||||
<<: *app-env
|
||||
image: makeplane/plane-live:stable
|
||||
command: node live/dist/server.js live
|
||||
depends_on:
|
||||
- api
|
||||
- web
|
||||
healthcheck:
|
||||
test: ["CMD", "echo", "hey whats up"]
|
||||
interval: 2s
|
||||
timeout: 10s
|
||||
retries: 15
|
||||
|
||||
api:
|
||||
<<: *app-env
|
||||
image: makeplane/plane-backend:stable
|
||||
|
|
|
|||
Loading…
Reference in a new issue