Improved scale on redis workers

This commit is contained in:
2026-06-30 00:36:31 -03:00
parent 2ccdfaf1c7
commit 0fc1473a6f
7 changed files with 497 additions and 90 deletions
+3 -1
View File
@@ -1,7 +1,9 @@
services:
redis:
image: redis:7-alpine
command: ["redis-server", "--appendonly", "yes"]
command: ["redis-server", "--appendonly", "yes", "--bind", "0.0.0.0", "--protected-mode", "no"]
ports:
- "6379:6379"
volumes:
- camfinder-redis:/data