ClickHouse/docker/test/integration/runner/compose/docker_compose_mongo.yml
2021-02-20 23:25:21 +03:00

12 lines
283 B
YAML

version: '2.3'
services:
mongo1:
image: mongo:3.6
restart: always
environment:
MONGO_INITDB_ROOT_USERNAME: root
MONGO_INITDB_ROOT_PASSWORD: clickhouse
ports:
- 27018:27017
command: --profile=2 --verbose