Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
services:
redis1:
image: redis
restart: always
ports:
- ${REDIS_EXTERNAL_PORT:-6379}:${REDIS_INTERNAL_PORT:-6379}
command: redis-server --requirepass "clickhouse" --databases 32