mirror of
https://github.com/Dokploy/templates.git
synced 2026-06-15 20:25:24 +02:00
chore(blueprint): update plane services to v0.27.1 (#250)
* chore(blueprint): update plane services to v0.27.1 - Bumped all makeplane service images from v0.25.3 to v0.27.1 - Updated web, space, admin, live, api, worker, beat-worker, migrator and proxy services - Version alignment for all plane components in docker-compose blueprint * chore(blueprint): update plane version to v0.27.1
This commit is contained in:
committed by
GitHub
parent
e9eff34cb4
commit
fbd6e78bf5
@@ -1,8 +1,8 @@
|
||||
version: '3.8'
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
web:
|
||||
image: makeplane/plane-frontend:${APP_RELEASE:-v0.25.3}
|
||||
image: makeplane/plane-frontend:${APP_RELEASE:-v0.27.1}
|
||||
command: node web/server.js web
|
||||
depends_on:
|
||||
- api
|
||||
@@ -11,7 +11,7 @@ services:
|
||||
- .env
|
||||
|
||||
space:
|
||||
image: makeplane/plane-space:${APP_RELEASE:-v0.25.3}
|
||||
image: makeplane/plane-space:${APP_RELEASE:-v0.27.1}
|
||||
command: node space/server.js space
|
||||
depends_on:
|
||||
- api
|
||||
@@ -21,7 +21,7 @@ services:
|
||||
- .env
|
||||
|
||||
admin:
|
||||
image: makeplane/plane-admin:${APP_RELEASE:-v0.25.3}
|
||||
image: makeplane/plane-admin:${APP_RELEASE:-v0.27.1}
|
||||
command: node admin/server.js admin
|
||||
depends_on:
|
||||
- api
|
||||
@@ -30,7 +30,7 @@ services:
|
||||
- .env
|
||||
|
||||
live:
|
||||
image: makeplane/plane-live:${APP_RELEASE:-v0.25.3}
|
||||
image: makeplane/plane-live:${APP_RELEASE:-v0.27.1}
|
||||
command: node live/dist/server.js live
|
||||
depends_on:
|
||||
- api
|
||||
@@ -39,7 +39,7 @@ services:
|
||||
- .env
|
||||
|
||||
api:
|
||||
image: makeplane/plane-backend:${APP_RELEASE:-v0.25.3}
|
||||
image: makeplane/plane-backend:${APP_RELEASE:-v0.27.1}
|
||||
command: ./bin/docker-entrypoint-api.sh
|
||||
volumes:
|
||||
- logs_api:/code/plane/logs
|
||||
@@ -51,7 +51,7 @@ services:
|
||||
- .env
|
||||
|
||||
worker:
|
||||
image: makeplane/plane-backend:${APP_RELEASE:-v0.25.3}
|
||||
image: makeplane/plane-backend:${APP_RELEASE:-v0.27.1}
|
||||
command: ./bin/docker-entrypoint-worker.sh
|
||||
volumes:
|
||||
- logs_worker:/code/plane/logs
|
||||
@@ -64,7 +64,7 @@ services:
|
||||
- .env
|
||||
|
||||
beat-worker:
|
||||
image: makeplane/plane-backend:${APP_RELEASE:-v0.25.3}
|
||||
image: makeplane/plane-backend:${APP_RELEASE:-v0.27.1}
|
||||
command: ./bin/docker-entrypoint-beat.sh
|
||||
volumes:
|
||||
- logs_beat-worker:/code/plane/logs
|
||||
@@ -77,7 +77,7 @@ services:
|
||||
- .env
|
||||
|
||||
migrator:
|
||||
image: makeplane/plane-backend:${APP_RELEASE:-v0.25.3}
|
||||
image: makeplane/plane-backend:${APP_RELEASE:-v0.27.1}
|
||||
command: ./bin/docker-entrypoint-migrator.sh
|
||||
volumes:
|
||||
- logs_migrator:/code/plane/logs
|
||||
@@ -118,7 +118,7 @@ services:
|
||||
- .env
|
||||
|
||||
proxy:
|
||||
image: makeplane/plane-proxy:${APP_RELEASE:-v0.25.3}
|
||||
image: makeplane/plane-proxy:${APP_RELEASE:-v0.27.1}
|
||||
depends_on:
|
||||
- web
|
||||
- api
|
||||
@@ -134,4 +134,4 @@ volumes:
|
||||
logs_worker:
|
||||
logs_beat-worker:
|
||||
logs_migrator:
|
||||
rabbitmq_data:
|
||||
rabbitmq_data:
|
||||
|
||||
Reference in New Issue
Block a user