forked from makeplane/plane
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes to use this repo as the source for the code when deploying as…
… selfhosted application
- Loading branch information
1 parent
ae9c600
commit d80dab6
Showing
9 changed files
with
52 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
## Coolify Setup | ||
|
||
Access the `coolify-docker-compose` file [here](https://raw.githubusercontent.com/makeplane/plane/master/deploy/coolify/coolify-docker-compose.yml) or download using using below command | ||
Access the `coolify-docker-compose` file [here](https://raw.githubusercontent.com/torbenraab/plane/master/deploy/coolify/coolify-docker-compose.yml) or download using using below command | ||
|
||
``` | ||
curl -fsSL https://raw.githubusercontent.com/makeplane/plane/master/deploy/coolify/coolify-docker-compose.yml | ||
curl -fsSL https://raw.githubusercontent.com/torbenraab/plane/master/deploy/coolify/coolify-docker-compose.yml | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,16 @@ | ||
# Helm Chart | ||
|
||
## Work with OpenID Connect | ||
|
||
You have to set the following variables to make the kubernetes deployment work with the images build here: | ||
|
||
``` | ||
dockerhub.images.backend=ghcr.io/torbenraab/plane/plane-backend | ||
dockerhub.images.space=ghcr.io/torbenraab/plane/plane-space | ||
dockerhub.images.frontend=ghcr.io/torbenraab/plane/plane-frontend | ||
``` | ||
|
||
Click on the below link to access the helm chart instructions. | ||
|
||
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/makeplane)](https://artifacthub.io/packages/search?repo=makeplane) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -74,5 +74,3 @@ FILE_SIZE_LIMIT=5242880 | |
|
||
# Gunicorn Workers | ||
GUNICORN_WORKERS=2 | ||
|
||
DOCKERHUB_USER=ghcr.io/torbenraab/plane |