mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
chore: updated docker-compose hub
This commit is contained in:
parent
9379d5e4ec
commit
eb5882876b
@ -56,6 +56,20 @@ services:
|
|||||||
- plane-api
|
- plane-api
|
||||||
- plane-worker
|
- plane-worker
|
||||||
|
|
||||||
|
plane-deploy:
|
||||||
|
container_name: planedeploy
|
||||||
|
image: makeplane/plane-deploy:latest
|
||||||
|
restart: always
|
||||||
|
command: /usr/local/bin/start.sh apps/space/server.js space
|
||||||
|
env_file:
|
||||||
|
- .env
|
||||||
|
environment:
|
||||||
|
- NEXT_PUBLIC_API_BASE_URL=${NEXT_PUBLIC_API_BASE_URL}
|
||||||
|
depends_on:
|
||||||
|
- plane-api
|
||||||
|
- plane-worker
|
||||||
|
- plane-web
|
||||||
|
|
||||||
plane-api:
|
plane-api:
|
||||||
container_name: planebackend
|
container_name: planebackend
|
||||||
image: makeplane/plane-backend:latest
|
image: makeplane/plane-backend:latest
|
||||||
|
Loading…
Reference in New Issue
Block a user