mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-15 17:19:10 +00:00
change KV emulation to leveldb, remove redis
This commit is contained in:
parent
3bca07c7d7
commit
8fe3d1dcf2
7 changed files with 195 additions and 76 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue