mirror of
https://github.com/makeplane/plane.git
synced 2025-12-29 00:24:56 +01:00
cli-install fixes for god-mode (#224)
This commit is contained in:
@@ -10,8 +10,12 @@
|
||||
|
||||
reverse_proxy /spaces/* space:3000
|
||||
|
||||
reverse_proxy /god-mode/* admin:3000
|
||||
|
||||
reverse_proxy /api/* api:8000
|
||||
|
||||
reverse_proxy /auth/* api:8000
|
||||
|
||||
reverse_proxy /{$BUCKET_NAME}/* plane-minio:9000
|
||||
|
||||
reverse_proxy /* web:3000
|
||||
|
||||
@@ -46,6 +46,18 @@ x-app-env: &app-env
|
||||
- FILE_SIZE_LIMIT=${FILE_SIZE_LIMIT:-5242880}
|
||||
|
||||
services:
|
||||
|
||||
admin:
|
||||
<<: *app-env
|
||||
image: registry.plane.tools/plane/admin-enterprise:${APP_RELEASE_VERSION}
|
||||
restart: unless-stopped
|
||||
command: node admin/server.js admin
|
||||
deploy:
|
||||
replicas: ${ADMIN_REPLICAS:-1}
|
||||
depends_on:
|
||||
- api
|
||||
- web
|
||||
|
||||
web:
|
||||
<<: *app-env
|
||||
image: registry.plane.tools/plane/web-enterprise:${APP_RELEASE_VERSION}
|
||||
|
||||
@@ -37,6 +37,18 @@ x-app-env: &app-env
|
||||
- FILE_SIZE_LIMIT=${FILE_SIZE_LIMIT:-5242880}
|
||||
|
||||
services:
|
||||
|
||||
admin:
|
||||
<<: *app-env
|
||||
image: registry.plane.tools/plane/admin-enterprise:${APP_RELEASE_VERSION}
|
||||
restart: unless-stopped
|
||||
command: node admin/server.js admin
|
||||
deploy:
|
||||
replicas: ${ADMIN_REPLICAS:-1}
|
||||
depends_on:
|
||||
- api
|
||||
- web
|
||||
|
||||
web:
|
||||
<<: *app-env
|
||||
image: registry.plane.tools/plane/web-enterprise:${APP_RELEASE_VERSION}
|
||||
|
||||
Reference in New Issue
Block a user