add missing live service to plane template
This commit is contained in:
@@ -97,6 +97,19 @@ services:
|
|||||||
timeout: 10s
|
timeout: 10s
|
||||||
retries: 15
|
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:
|
api:
|
||||||
<<: *app-env
|
<<: *app-env
|
||||||
image: makeplane/plane-backend:stable
|
image: makeplane/plane-backend:stable
|
||||||
|
|||||||
Reference in New Issue
Block a user