Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: docker improvements #4674

Merged
merged 9 commits into from
Feb 14, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix paths documentation
Planlos5000 committed Jan 21, 2025
commit 8fe08230b31005369d7ddf220cab6dd9371276db
1 change: 1 addition & 0 deletions docs/src/content/docs/self-hosting/docker.md
Original file line number Diff line number Diff line change
@@ -31,6 +31,7 @@ Make sure to set the `POSTGRES_PASSWORD` variable in your `.env` file to a secur
```sh
pwgen -s 64 1
```

### JWT Private Key
We use an ECDSA private key to sign the JWT tokens.
***Make sure to keep this key secure as it can be used to decrypt the tokens and generate new ones, potentially compromising your users' accounts.***
2 changes: 1 addition & 1 deletion docs/src/content/docs/self-hosting/ske.md
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ The following pre-requisites are required to deploy Scrumlr using SKE:
git clone https://github.com/inovex/scrumlr.io.git
```
```sh
cd scrumlr.io/deployment/ske
cd scrumlr.io/deployment/SKE
```

### Deploy SKE and Postgres Flex using Terraform