Add Makefile, black, reformat with black
This commit is contained in:
parent
cfc50b82bb
commit
d2fa4c586f
16 changed files with 978 additions and 366 deletions
11
docker-compose.yml
Normal file
11
docker-compose.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
version: "3.8"
|
||||
|
||||
services:
|
||||
redis:
|
||||
image: "redislabs/redismod:edge"
|
||||
entrypoint: ["redis-server", "--appendonly", "yes", "--loadmodule", "/usr/lib/redis/modules/rejson.so"]
|
||||
restart: always
|
||||
ports:
|
||||
- "6380:6379"
|
||||
volumes:
|
||||
- ./data:/data
|
Loading…
Add table
Add a link
Reference in a new issue