chore: Updated ngnix template

This commit is contained in:
Henit Chobisa 2023-08-21 07:14:10 +00:00
parent 91b15f48f6
commit 8d07d08435
3 changed files with 3 additions and 3 deletions

View File

@ -56,7 +56,7 @@ services:
- plane-worker - plane-worker
public-deploy: public-deploy:
container_name: plane_public_deploy container_name: planepublicdeploy
build: build:
context: . context: .
dockerfile: ./apps/space/Dockerfile.space dockerfile: ./apps/space/Dockerfile.space

View File

@ -59,7 +59,7 @@ services:
- plane-api - plane-api
- plane-worker - plane-worker
public-deploy: public-deploy:
container_name: plane_public_deploy container_name: planepublicdeploy
build: build:
context: . context: .
dockerfile: ./apps/space/Dockerfile.space dockerfile: ./apps/space/Dockerfile.space

View File

@ -16,7 +16,7 @@ server {
} }
location /spaces { location /spaces {
proxy_pass http://planefrontend:4000/; proxy_pass http://planepublicdeploy:4000/;
} }
location /api/ { location /api/ {