-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat : added redis on docker compose
- Loading branch information
1 parent
29665fb
commit 6b86319
Showing
1 changed file
with
16 additions
and
1 deletion.
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
6b86319
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.
Looks like you're following Alvaros conventions which is good. I'm not an expert on Docker though so @alvaro-mazcu what do you think about this redis implementation for rate limiting within the docker container?
6b86319
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.
By the way, right now you've only integrated redis into the dev container, so when the user is running the project on docker locally. Though we also need to use redis in the deployed version that we host on Render. Do you still think its feasible to use redis locally within docker or is it best to use their api?