add missing live service to plane template

This commit is contained in:
Darren Sisson
2024-10-08 13:47:27 +01:00
parent 052fcd2520
commit f559a1d9b3

View File

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