mirror of https://github.com/go-redis/redis.git
Load modules locally
This commit is contained in:
parent
0a1ee8f2a5
commit
4247e6253c
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue