ClickHouse/tests/integration/compose/docker_compose_mongo_secure.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
427 B
YAML
Raw Normal View History

2021-07-27 15:54:13 +00:00
version: '2.3'
services:
mongo1:
image: mongo:3.6
restart: always
environment:
MONGO_INITDB_ROOT_USERNAME: root
MONGO_INITDB_ROOT_PASSWORD: clickhouse
volumes:
- ${MONGO_CONFIG_PATH:-}:/mongo/
2021-07-27 15:54:13 +00:00
ports:
- ${MONGO_EXTERNAL_PORT:-27017}:${MONGO_INTERNAL_PORT:-27017}
2021-07-27 15:54:13 +00:00
command: --config /mongo/mongo_secure.conf --profile=2 --verbose