-
Notifications
You must be signed in to change notification settings - Fork 806
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
docs: deployment with nginx #2244
Conversation
@NikhilKalloli is attempting to deploy a commit to the KeepHQ Team on Vercel. A member of the Team first needs to authorize it. |
Hey @NikhilKalloli, thanks! Looks cool! In order for me to check the tutorial, can you add a docker compose deploying Keep with nginx? You’ve plenty of docker compose examples in the repo. |
Hey @shahargl, Thanks for responding! May I know in which folder shall I add docker compose deploying Keep with nginx? |
Hey @shahargl I've created a |
all |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Hey @talboren @shahargl @Matvey-Kuk , I've created a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see comments 🙏🏼
@@ -0,0 +1,8 @@ | |||
1. Make sure you have a docker-compose.common.yml file with the common service configurations. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure what is this file for
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @talboren
To avoid duplication services like keep-frontend and keep-backend are extended from docker-compose.common.yml.
They inherit all the configurations defined in docker-compose.common.yml.
Signed-off-by: Nikhil <[email protected]>
sudo apt-get update | ||
``` | ||
``` | ||
sud apt-get install certbot python3-certbot-nginx |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sudo
Thank you for the contribution! Closing for now since it's not working. Please open a new PR once it's ready! |
Closes #1232
📑 Description
Added documentation for deploying Keep with Nginx as a reverse proxy. The documentation includes:
Changes made:
This documentation follows the same structure as the existing Kubernetes deployment guide for consistency. It provides users with a clear path to deploy Keep behind an Nginx reverse proxy with proper security configurations.