updated redis

This commit is contained in:
Alexander Karpov 2025-01-16 21:43:05 +03:00
parent 0b439f43a5
commit 03c05d7adf

View File

@ -69,6 +69,11 @@ services:
redis:
image: redis:6
container_name: akarpov_local_redis
command: redis-server --maxmemory 4gb --maxmemory-policy allkeys-lru
deploy:
resources:
limits:
memory: 4G
celeryworker:
<<: *django