refactor(backend): Redis -> Memcached
This commit is contained in:
parent
0f2a502521
commit
0928df2cab
9 changed files with 1124 additions and 1152 deletions
|
@ -87,16 +87,17 @@ services:
|
|||
restart: unless-stopped
|
||||
|
||||
caching:
|
||||
image: redis:6.2-alpine
|
||||
image: memcached
|
||||
restart: always
|
||||
ports:
|
||||
- '6379:6379'
|
||||
command: redis-server --save 20 1 --loglevel warning
|
||||
volumes:
|
||||
- dwengo_cache:/data
|
||||
- '11211:11211'
|
||||
command:
|
||||
- --conn-limit=1024
|
||||
- --memory-limit=2048
|
||||
- -I 128m
|
||||
- --threads=4
|
||||
|
||||
volumes:
|
||||
dwengo_grafana_data:
|
||||
dwengo_loki_data:
|
||||
dwengo_postgres_data:
|
||||
dwengo_cache:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue