Chore: self host enhancements (#4091)

* latest changed to stable and .env changed to plane.env

* env changes

* script fix

* env changes

* sed fix

* codacy proposed fixes
This commit is contained in:
Manish Gupta
2024-03-28 15:53:37 +05:30
committed by GitHub
parent 97fb08928f
commit 86715f5b20
4 changed files with 73 additions and 45 deletions

View File

@@ -30,7 +30,7 @@ http {
}
location /${BUCKET_NAME}/ {
proxy_pass http://plane-minio:9000/uploads/;
proxy_pass http://plane-minio:9000/${BUCKET_NAME}/;
}
}
}