mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 00:36:31 +02:00
chore: upgrade Redis to version 8-alpine and ElectricSQL to version 1.4.10 in Docker Compose configuration
This commit is contained in:
parent
848ad55071
commit
57a1c71582
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue