mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
chore: Updated ngnix template
This commit is contained in:
parent
91b15f48f6
commit
8d07d08435
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -16,7 +16,7 @@ server {
|
|||||||
}
|
}
|
||||||
|
|
||||||
location /spaces {
|
location /spaces {
|
||||||
proxy_pass http://planefrontend:4000/;
|
proxy_pass http://planepublicdeploy:4000/;
|
||||||
}
|
}
|
||||||
|
|
||||||
location /api/ {
|
location /api/ {
|
||||||
|
Loading…
Reference in New Issue
Block a user