mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-15 12:14:18 +00:00
9 lines
229 B
YAML
9 lines
229 B
YAML
version: '2.3'
|
|
services:
|
|
redis1:
|
|
image: redis
|
|
restart: always
|
|
ports:
|
|
- ${REDIS_EXTERNAL_PORT}:${REDIS_INTERNAL_PORT}
|
|
command: redis-server --requirepass "clickhouse" --databases 32
|