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

9 lines
227 B
YAML
Raw Normal View History

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