Merge pull request #85 from redis/issue-#72-update-containers
Updated to RediSearch edge and removed append only configuration as it was spurious
This commit is contained in:
commit
9e3265ab9e
1 changed files with 1 additions and 4 deletions
|
@ -2,13 +2,10 @@ version: "3.8"
|
|||
|
||||
services:
|
||||
redis:
|
||||
image: "redislabs/redismod:edge"
|
||||
entrypoint: ["redis-server", "--appendonly", "yes", "--loadmodule", "/usr/lib/redis/modules/rejson.so", "--loadmodule", "/usr/lib/redis/modules/redisearch.so"]
|
||||
image: "redislabs/redisearch:edge"
|
||||
restart: always
|
||||
ports:
|
||||
- "6380:6379"
|
||||
volumes:
|
||||
- ./data:/data
|
||||
|
||||
oss_redis:
|
||||
image: "redis:latest"
|
||||
|
|
Loading…
Reference in a new issue