Skip to content

Commit

Permalink
Merge pull request #1941 from makeplane/stage-release
Browse files Browse the repository at this point in the history
promote: stage-release to master
  • Loading branch information
pablohashescobar authored Aug 22, 2023
2 parents 62ba9ab + e833fcc commit 2f5bd58
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 35 deletions.
14 changes: 0 additions & 14 deletions docker-compose-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,20 +55,6 @@ services:
depends_on:
- plane-api
- plane-worker

plane-deploy:
container_name: planedeploy
image: makeplane/plane-space:latest
restart: always
command: node 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:
container_name: planebackend
Expand Down
17 changes: 0 additions & 17 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,23 +60,6 @@ services:
depends_on:
- plane-api
- plane-worker
plane-deploy:
container_name: planedeploy
build:
context: .
dockerfile: ./apps/space/Dockerfile.space
args:
NEXT_PUBLIC_API_BASE_URL: http://localhost:8000
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:
container_name: planebackend
Expand Down
4 changes: 0 additions & 4 deletions nginx/nginx.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ server {
proxy_pass http://planefrontend:3000/;
}

location /spaces/ {
proxy_pass http://planedeploy:3000/;
}

location /api/ {
proxy_pass http://planebackend:8000/api/;
}
Expand Down

2 comments on commit 2f5bd58

@vercel
Copy link

@vercel vercel bot commented on 2f5bd58 Aug 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

plane-sh – ./apps/space

plane-sh-git-master-plane.vercel.app
plane.sh
plane-sh-plane.vercel.app
plane-deploy.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 2f5bd58 Aug 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

plane-sh-dev – ./apps/space

plane-sh-dev-git-master-plane.vercel.app
plane-space-dev.vercel.app
plane-sh-dev-plane.vercel.app

Please sign in to comment.