chore: upgrade Redis to version 8-alpine and ElectricSQL to version 1.4.10 in Docker Compose configuration

This commit is contained in:
Anish Sarkar 2026-02-27 22:26:02 +05:30
parent 848ad55071
commit 57a1c71582

View file

@ -45,7 +45,7 @@ services:
- db
redis:
image: redis:7-alpine
image: redis:8-alpine
ports:
- "${REDIS_PORT:-6379}:6379"
volumes:
@ -159,7 +159,7 @@ services:
# - celery_worker
electric:
image: electricsql/electric:1.4.6
image: electricsql/electric:1.4.10
ports:
- "${ELECTRIC_PORT:-5133}:3000"
# depends_on: