Load modules locally

This commit is contained in:
ofekshenawa 2024-12-16 10:36:44 +02:00
parent 0a1ee8f2a5
commit 4247e6253c
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ services:
- REDIS_CLUSTER=no - REDIS_CLUSTER=no
- PORT=6379 - PORT=6379
- TLS_PORT=6666 - TLS_PORT=6666
command: --enable-module-command yes command: --loadmodule /usr/local/lib/redis/modules/redisbloom.so --loadmodule /usr/local/lib/redis/modules/redisearch.so --loadmodule /usr/local/lib/redis/modules/redistimeseries.so --loadmodule /usr/local/lib/redis/modules/rejson.so
ports: ports:
- 6379:6379 - 6379:6379
- 6380:6379 - 6380:6379