mirror of
https://github.com/Alexander-D-Karpov/akarpov
synced 2025-02-22 11:50:33 +03:00
updated redis
This commit is contained in:
parent
0b439f43a5
commit
03c05d7adf
|
@ -69,6 +69,11 @@ services:
|
||||||
redis:
|
redis:
|
||||||
image: redis:6
|
image: redis:6
|
||||||
container_name: akarpov_local_redis
|
container_name: akarpov_local_redis
|
||||||
|
command: redis-server --maxmemory 4gb --maxmemory-policy allkeys-lru
|
||||||
|
deploy:
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
memory: 4G
|
||||||
|
|
||||||
celeryworker:
|
celeryworker:
|
||||||
<<: *django
|
<<: *django
|
||||||
|
|
Loading…
Reference in New Issue
Block a user