feat(db): disable redis and use local map to store values

This commit is contained in:
Anhgelus Morhtuuzh 2025-05-21 18:46:27 +02:00
parent 642025681b
commit ceffa15763
Signed by: anhgelus
GPG key ID: CAD341EFA92DDDE5
7 changed files with 27 additions and 110 deletions

View file

@ -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: