1
0
mirror of https://github.com/redis/go-redis.git synced 2025-04-17 20:17:02 +03:00
go-redis/docker-compose.yml
ofekshenawa e953b76fdb
Fix Redis CE tests (#3233)
* Fix Redis CE tests

* Remove manually modules installation
2025-01-15 11:24:47 +02:00

22 lines
384 B
YAML

---
services:
redis-stanalone:
image: redislabs/client-libs-test:8.0-M02
container_name: redis-standalone
environment:
- REDIS_CLUSTER=no
- PORT=6379
- TLS_PORT=6666
ports:
- 6379:6379
- 6380:6379
- 6666:6666 # TLS port
volumes:
- "./dockers/redis-standalone:/redis/work"
profiles:
- standalone
- all