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:
Simon Prickett 2022-01-11 19:45:23 +00:00 committed by GitHub
commit 9e3265ab9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"