mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
removed container names for selfhosting (#2907)
This commit is contained in:
parent
ad22ff222f
commit
0fcadca53a
@ -102,7 +102,6 @@ services:
|
|||||||
|
|
||||||
worker:
|
worker:
|
||||||
<<: *app-env
|
<<: *app-env
|
||||||
container_name: bgworker
|
|
||||||
platform: linux/amd64
|
platform: linux/amd64
|
||||||
image: makeplane/plane-backend:${APP_RELEASE:-latest}
|
image: makeplane/plane-backend:${APP_RELEASE:-latest}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@ -114,7 +113,6 @@ services:
|
|||||||
|
|
||||||
beat-worker:
|
beat-worker:
|
||||||
<<: *app-env
|
<<: *app-env
|
||||||
container_name: beatworker
|
|
||||||
platform: linux/amd64
|
platform: linux/amd64
|
||||||
image: makeplane/plane-backend:${APP_RELEASE:-latest}
|
image: makeplane/plane-backend:${APP_RELEASE:-latest}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@ -126,7 +124,6 @@ services:
|
|||||||
|
|
||||||
plane-db:
|
plane-db:
|
||||||
<<: *app-env
|
<<: *app-env
|
||||||
container_name: plane-db
|
|
||||||
image: postgres:15.2-alpine
|
image: postgres:15.2-alpine
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command: postgres -c 'max_connections=1000'
|
command: postgres -c 'max_connections=1000'
|
||||||
@ -135,7 +132,6 @@ services:
|
|||||||
|
|
||||||
plane-redis:
|
plane-redis:
|
||||||
<<: *app-env
|
<<: *app-env
|
||||||
container_name: plane-redis
|
|
||||||
image: redis:6.2.7-alpine
|
image: redis:6.2.7-alpine
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
@ -143,7 +139,6 @@ services:
|
|||||||
|
|
||||||
plane-minio:
|
plane-minio:
|
||||||
<<: *app-env
|
<<: *app-env
|
||||||
container_name: plane-minio
|
|
||||||
image: minio/minio
|
image: minio/minio
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command: server /export --console-address ":9090"
|
command: server /export --console-address ":9090"
|
||||||
@ -153,7 +148,6 @@ services:
|
|||||||
# Comment this if you already have a reverse proxy running
|
# Comment this if you already have a reverse proxy running
|
||||||
proxy:
|
proxy:
|
||||||
<<: *app-env
|
<<: *app-env
|
||||||
container_name: proxy
|
|
||||||
platform: linux/amd64
|
platform: linux/amd64
|
||||||
image: makeplane/plane-proxy:${APP_RELEASE:-latest}
|
image: makeplane/plane-proxy:${APP_RELEASE:-latest}
|
||||||
ports:
|
ports:
|
||||||
|
Loading…
Reference in New Issue
Block a user