ClickHouse/docker/test/integration/runner/compose/docker_compose_mongo.yml
2021-12-09 23:58:46 +03:00

12 lines
317 B
YAML

version: '2.3'
services:
mongo1:
image: mongo:5.0
restart: always
environment:
MONGO_INITDB_ROOT_USERNAME: root
MONGO_INITDB_ROOT_PASSWORD: clickhouse
ports:
- ${MONGO_EXTERNAL_PORT}:${MONGO_INTERNAL_PORT}
command: --profile=2 --verbose