Add Redis rate limiter
This commit is contained in:
parent
c166a41c99
commit
550d96ea67
26 changed files with 2268 additions and 69 deletions
|
@ -2,3 +2,10 @@ version: "3.8"
|
|||
services:
|
||||
whoami1:
|
||||
image: traefik/whoami
|
||||
|
||||
redis:
|
||||
image: redis:5.0
|
||||
command:
|
||||
- redis-server
|
||||
- --port
|
||||
- 6379
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue