Skip to content

Commit

Permalink
Merge pull request #1940 from makeplane/develop
Browse files Browse the repository at this point in the history
dev: deploy docker containers (#1939)
  • Loading branch information
pablohashescobar authored Aug 22, 2023
2 parents 46b138e + eee6658 commit e833fcc
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 e833fcc

@vercel
Copy link

@vercel vercel bot commented on e833fcc Aug 22, 2023

Choose a reason for hiding this comment

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

@vercel
Copy link

@vercel vercel bot commented on e833fcc 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-space-stage – ./apps/space

plane-space-stage-git-stage-release-plane.vercel.app
plane-space-stage-plane.vercel.app
plane-space-stage.vercel.app

Please sign in to comment.