forked from github/plane
chore: modified dockercompose file for new plane-deploy
This commit is contained in:
parent
e61f2eda09
commit
d5ead3db67
@ -58,6 +58,21 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- plane-api
|
- plane-api
|
||||||
- plane-worker
|
- plane-worker
|
||||||
|
public-deploy:
|
||||||
|
container_name: plane_public_deploy
|
||||||
|
build:
|
||||||
|
context: .
|
||||||
|
dockerfile: ./apps/space/Dockerfile.space
|
||||||
|
restart: always
|
||||||
|
command: node apps/space/server.js
|
||||||
|
env_file:
|
||||||
|
- .env
|
||||||
|
environment:
|
||||||
|
NEXT_PUBLIC_API_BASE_URL: ${NEXT_PUBLIC_DEPLOY_URL}
|
||||||
|
depends_on:
|
||||||
|
- plane-api
|
||||||
|
- plane-worker
|
||||||
|
- plane-web
|
||||||
|
|
||||||
plane-api:
|
plane-api:
|
||||||
container_name: planebackend
|
container_name: planebackend
|
||||||
|
Loading…
Reference in New Issue
Block a user