change KV emulation to leveldb, remove redis

This commit is contained in:
41666 2020-12-13 21:30:55 -05:00
parent 3bca07c7d7
commit 8fe3d1dcf2
7 changed files with 195 additions and 76 deletions

View file

@ -8,8 +8,6 @@ services:
- '.:/src'
ports:
- 6609:6609
links:
- redis
working_dir: /src
command: yarn worker
@ -21,8 +19,3 @@ services:
- 6601:6601
working_dir: /src
command: yarn ui
redis:
image: redis:6-alpine
ports:
- 6379