2019-03-30 13:51:59 +00:00
|
|
|
services:
|
|
|
|
redis1:
|
|
|
|
image: redis
|
|
|
|
restart: always
|
|
|
|
ports:
|
2023-01-02 16:45:50 +00:00
|
|
|
- ${REDIS_EXTERNAL_PORT:-6379}:${REDIS_INTERNAL_PORT:-6379}
|
2020-09-07 01:05:30 +00:00
|
|
|
command: redis-server --requirepass "clickhouse" --databases 32
|