feat(db): disable redis and use local map to store values
This commit is contained in:
parent
642025681b
commit
ceffa15763
7 changed files with 27 additions and 110 deletions
|
@ -7,10 +7,7 @@ services:
|
|||
volumes:
|
||||
- ./config:/app/config
|
||||
depends_on:
|
||||
- redis
|
||||
- postgres
|
||||
redis:
|
||||
image: docker.io/redis:alpine
|
||||
postgres:
|
||||
image: postgres:alpine
|
||||
env_file:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue