ClickHouse/docker/test/integration/runner/compose/docker_compose_redis.yml

9 lines
229 B
YAML
Raw Normal View History

version: '2.3'
2019-03-30 13:51:59 +00:00
services:
redis1:
image: redis
restart: always
ports:
- ${REDIS_EXTERNAL_PORT}:${REDIS_INTERNAL_PORT}
2020-09-07 01:05:30 +00:00
command: redis-server --requirepass "clickhouse" --databases 32