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
|
||||
|
||||
public-deploy:
|
||||
container_name: plane_public_deploy
|
||||
container_name: planepublicdeploy
|
||||
build:
|
||||
context: .
|
||||
dockerfile: ./apps/space/Dockerfile.space
|
||||
|
@ -59,7 +59,7 @@ services:
|
||||
- plane-api
|
||||
- plane-worker
|
||||
public-deploy:
|
||||
container_name: plane_public_deploy
|
||||
container_name: planepublicdeploy
|
||||
build:
|
||||
context: .
|
||||
dockerfile: ./apps/space/Dockerfile.space
|
||||
|
@ -16,7 +16,7 @@ server {
|
||||
}
|
||||
|
||||
location /spaces {
|
||||
proxy_pass http://planefrontend:4000/;
|
||||
proxy_pass http://planepublicdeploy:4000/;
|
||||
}
|
||||
|
||||
location /api/ {
|
||||
|
Loading…
Reference in New Issue
Block a user